diff options
author | Christian Cunningham <cc@localhost> | 2022-04-07 19:57:38 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-07 19:57:38 -0700 |
commit | a2260f074ce6fb485ee18b05ebf58725ffb6a806 (patch) | |
tree | ba34744b9768982efa1eb87037553052b1f30338 /usr | |
parent | 8138133bea13d02302c595620604c1d2b1626ee0 (diff) |
Better build output
Diffstat (limited to 'usr')
-rw-r--r-- | usr/main.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) { |