aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/threads.h')
-rw-r--r--src/include/threads.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/threads.h b/src/include/threads.h
index 241b44442..50468e063 100644
--- a/src/include/threads.h
+++ b/src/include/threads.h
@@ -136,10 +136,12 @@ struct Thread {
/** Thread option: Create suspended thread.*/
#define P_SUSPENDED 2
+/** Pseudo priority used by the ready list header, do not use.*/
+#define NOPRIO 0
/** Idle thread priority.*/
-#define IDLEPRIO 0
+#define IDLEPRIO 1
/** Lowest user priority.*/
-#define LOWPRIO 1
+#define LOWPRIO 2
/** Normal user priority.*/
#define NORMALPRIO 64
/** Highest user priority.*/