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