diff options
author | Christian Cunningham <cc@localhost> | 2022-02-20 17:19:55 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-20 17:19:55 -0700 |
commit | b608783a17bbc4529e35c846fabad94cea60a014 (patch) | |
tree | 928d0fca6d346d97919a81dfc8f388127591748a | |
parent | 2cc868645671f8d1759a3981b2f0a54e17c539d1 (diff) |
Removed old defines
-rw-r--r-- | include/sys/schedule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sys/schedule.h b/include/sys/schedule.h index 0a5de37..67f2f9c 100644 --- a/include/sys/schedule.h +++ b/include/sys/schedule.h @@ -7,9 +7,6 @@ #define TQUEUE_CNT 4 #define PRIORITIES 8 #define MAX_THREADS TQUEUE_MAX*PRIORITIES*TQUEUE_CNT -#define STACK_DRAW_YOFF 320 -#define STACK_DRAW_WIDTH 32 -#define STACK_DRAW_SIZE 3 enum ThreadStatus { THREAD_READY = 0, |