From 059f08cb73ef2b1631f2c89f8c524e27888f6ba5 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 2 Jan 2022 15:53:57 -0800 Subject: Expanded upon memory library --- src/sys/schedule.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sys/schedule.c') diff --git a/src/sys/schedule.c b/src/sys/schedule.c index f920b0e..8cf2780 100644 --- a/src/sys/schedule.c +++ b/src/sys/schedule.c @@ -2,6 +2,7 @@ #include "../lib/ll.h" #include "../lib/q.h" +#ifdef IGNORE #ifdef FLAT static struct Task* task_list[256]; @@ -79,3 +80,4 @@ void execute_task(void) } } #endif +#endif -- cgit v1.2.1