From e7b8a60660d1e8380e73952742de796a6b1e3528 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 5 Apr 2022 17:16:59 -0700 Subject: Move declaration to header --- usr/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr') diff --git a/usr/main.c b/usr/main.c index 579b5e4..2b2c97b 100644 --- a/usr/main.c +++ b/usr/main.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include @@ -17,10 +18,6 @@ static struct SysTimerInfo stime_3 = { .tick_rate = 10, .priority = 0, .arg = 0, static struct UartInfo UART_INFO = { .priority = 2, }; static struct GPIOInfo gpinfo = { .pin = (1<<16 | 1<<12), .priority = 0, }; -void delaytest(void); -void gptest(void); -void test_super(void); - void main(void) { // Runs the Core RTOS tests -- cgit v1.2.1