diff options
Diffstat (limited to 'include')
| -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 d0d938c..f32044c 100644 --- a/include/sys/schedule.h +++ b/include/sys/schedule.h @@ -1,7 +1,7 @@  #ifndef SYS_SCHEDULE_H  #define SYS_SCHEDULE_H -#define TQUEUE_MAX 0x800 +#define TQUEUE_MAX 0x100  #define STACK_SIZE 0x4000  #define TQUEUE_CNT 3  #define PRIORITIES 8 | 
