mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
8 lines
95 B
C
8 lines
95 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "thread.h"
|
||
|
|
|
||
|
|
void furi_thread_init(void);
|
||
|
|
|
||
|
|
void furi_thread_scrub(void);
|