mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
92ac058f3d
* Matched * Fix yaml and format * Fix yaml pt 2
11 lines
156 B
C
11 lines
156 B
C
#ifndef M_THREAD_H
|
|
#define M_THREAD_H
|
|
|
|
#define M_THREAD_ID_IDLE 1
|
|
#define M_THREAD_ID_MAIN 3
|
|
|
|
#define M_PRIORITY_IDLE 12
|
|
#define M_PRIORITY_MAIN 12
|
|
|
|
#endif
|