diff options
author | Christian Cunningham <cc@localhost> | 2022-02-18 15:53:06 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-18 15:53:06 -0700 |
commit | 1eb62e377474e639a9a685d37c52cc42b7372ccf (patch) | |
tree | 409859f3a078eade7964e4162acc9738ff660677 /include/sys | |
parent | ce4e86f3806e599a2abf014b0b0fc85a5e6c4e37 (diff) |
More priorities
Cortex-a7 System
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/schedule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/schedule.h b/include/sys/schedule.h index a76b52b..aa0e4c3 100644 --- a/include/sys/schedule.h +++ b/include/sys/schedule.h @@ -4,7 +4,7 @@ #define TQUEUE_MAX 0x100 #define STACK_SIZE 0x4000 #define TQUEUE_CNT 4 -#define PRIORITIES 6 +#define PRIORITIES 8 #define MAX_THREADS TQUEUE_MAX*PRIORITIES*TQUEUE_CNT #define STACK_DRAW_YOFF 320 #define STACK_DRAW_WIDTH 32 |