diff options
-rw-r--r-- | usr/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,16 +23,16 @@ static struct SysTimerInfo stime_2 = { .arg = 0, }; -static struct UartInfo UART_INFO = { - .priority = 2, -}; - static struct SysTimerInfo stime_3 = { .tick_rate = 70000, .priority = 0, .arg = 0, }; +static struct UartInfo UART_INFO = { + .priority = 2, +}; + void main(void) { subscribe_irq(UART_IRQ, handle_data, &UART_INFO); |