aboutsummaryrefslogtreecommitdiff
path: root/usr/main.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-07 19:57:38 -0700
committerChristian Cunningham <cc@localhost>2022-04-07 19:57:38 -0700
commita2260f074ce6fb485ee18b05ebf58725ffb6a806 (patch)
treeba34744b9768982efa1eb87037553052b1f30338 /usr/main.c
parent8138133bea13d02302c595620604c1d2b1626ee0 (diff)
Better build output
Diffstat (limited to 'usr/main.c')
-rw-r--r--usr/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/main.c b/usr/main.c
index 2b2c97b..b8b57e5 100644
--- a/usr/main.c
+++ b/usr/main.c
@@ -11,12 +11,12 @@
#include <usr/uart.h>
// IRQ Information Structures
-static struct SysTimerInfo stime_0 = { .tick_rate = 5000000, .priority = 0, .arg = 0, .oneshot = 0, };
-static struct SysTimerInfo stime_1 = { .tick_rate = 700000, .priority = 0, .arg = 0, .oneshot = 0, };
-static struct SysTimerInfo stime_2 = { .tick_rate = 300000, .priority = 0, .arg = 0, .oneshot = 0, };
-static struct SysTimerInfo stime_3 = { .tick_rate = 10, .priority = 0, .arg = 0, .oneshot = 0, };
-static struct UartInfo UART_INFO = { .priority = 2, };
-static struct GPIOInfo gpinfo = { .pin = (1<<16 | 1<<12), .priority = 0, };
+// static struct SysTimerInfo stime_0 = { .tick_rate = 5000000, .priority = 0, .arg = 0, .oneshot = 0, };
+// static struct SysTimerInfo stime_1 = { .tick_rate = 700000, .priority = 0, .arg = 0, .oneshot = 0, };
+// static struct SysTimerInfo stime_2 = { .tick_rate = 300000, .priority = 0, .arg = 0, .oneshot = 0, };
+// static struct SysTimerInfo stime_3 = { .tick_rate = 10, .priority = 0, .arg = 0, .oneshot = 0, };
+// static struct UartInfo UART_INFO = { .priority = 2, };
+// static struct GPIOInfo gpinfo = { .pin = (1<<16 | 1<<12), .priority = 0, };
void main(void)
{