We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f101c commit b9353d6Copy full SHA for b9353d6
tests/recipes/single-baremetal/src/irq.c
@@ -44,6 +44,7 @@ BAO_TEST(IRQ_CHECK, UART)
44
uart_enable_rxirq();
45
irq_enable(33);
46
irq_set_prio(33, IRQ_MAX_PRIO);
47
+ COMMAND_SEND_CHAR("a");
48
49
timer_wait(TEST_TIMEOUT);
50
EXPECTED_TRUE(irq_en_uart);
0 commit comments