Skip to content

Commit e68b5f9

Browse files
committed
[STM32F1] Add tests for asynchronous serial
1 parent a2aadc2 commit e68b5f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/tests/utest/serial_asynch/serial_asynch.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
5252
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
5353

54+
#elif defined(TARGET_NUCLEO_F103RB)
55+
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
56+
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
57+
5458
#elif defined(TARGET_NUCLEO_F207ZG)
5559
#define TEST_SERIAL_ONE_TX_PIN PC_12 // UART5
5660
#define TEST_SERIAL_TWO_RX_PIN PC_11 // UART4

0 commit comments

Comments
 (0)