Skip to content

Commit 98265e6

Browse files
committed
add(uart_irq): update test to use command macro to send char
Signed-off-by: Diogo Costa <[email protected]>
1 parent 8c7b4b8 commit 98265e6

File tree

1 file changed

+1
-0
lines changed
  • tests/recipes/single-baremetal/src

1 file changed

+1
-0
lines changed

tests/recipes/single-baremetal/src/irq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ BAO_TEST(IRQ_CHECK, UART)
4444
uart_enable_rxirq();
4545
irq_enable(33);
4646
irq_set_prio(33, IRQ_MAX_PRIO);
47+
COMMAND_SEND_CHAR("a");
4748

4849
timer_wait(TEST_TIMEOUT);
4950
EXPECTED_TRUE(irq_en_uart);

0 commit comments

Comments
 (0)