mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-25 19:14:09 +00: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);
|