aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-17 21:35:21 -0700
committerChristian Cunningham <cc@localhost>2022-03-17 21:35:21 -0700
commitfc10f6fa6d4ae2a0d6e17ea62594b8b1f6700aeb (patch)
tree542f52ba8ce1295af07be7f95c530b511c2170ab /include
parent249f526998a319a9282a16eb0d0b2907051c22da (diff)
Removed unneeded drawing
Diffstat (limited to 'include')
-rw-r--r--include/sys/schedule.h2
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