mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Clean-up/standardize a few header files
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
||||
|
||||
/* POSIX-like scheduling policies */
|
||||
|
||||
#define SCHED_FIFO 1 /* FIFO per priority scheduling policy */
|
||||
#define SCHED_FIFO 1 /* FIFO priority scheduling policy */
|
||||
#define SCHED_RR 2 /* Round robin scheduling policy */
|
||||
#define SCHED_SPORADIC 3 /* Sporadic scheduling policy */
|
||||
#define SCHED_OTHER 4 /* Not supported */
|
||||
|
||||
Reference in New Issue
Block a user