Loading...
Searching...
No Matches
thread_i.h
1#pragma once
2
3#include "thread.h"
4
5void furi_thread_init(void);
6
7void furi_thread_scrub(void);
Furi: Furi Thread API.