diff options
author | Christian Cunningham <cc@localhost> | 2022-03-12 16:46:00 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-12 16:46:00 -0800 |
commit | 62dbb8114e32c897523163fd593ad04544c69eb2 (patch) | |
tree | 243cfa075ae86158ab156f6942fbfc29f72af7e4 /include | |
parent | a29f40e073a0308bd74f0f9803a4660aa233c3ab (diff) |
Remove old Comment
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/schedule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/schedule.h b/include/sys/schedule.h index 0205f54..eb9d251 100644 --- a/include/sys/schedule.h +++ b/include/sys/schedule.h @@ -1,7 +1,6 @@ #ifndef SYS_SCHEDULE_H #define SYS_SCHEDULE_H -// If TQUEUE_MAX is changed, ensure sys/schedule.S's value gets changed #define TQUEUE_MAX 0x100 #define STACK_SIZE 0x4000 #define TQUEUE_CNT 3 |