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 a2aadc2 commit e68b5f9Copy full SHA for e68b5f9
libraries/tests/utest/serial_asynch/serial_asynch.cpp
@@ -51,6 +51,10 @@
51
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
52
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
53
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
+
58
#elif defined(TARGET_NUCLEO_F207ZG)
59
#define TEST_SERIAL_ONE_TX_PIN PC_12 // UART5
60
#define TEST_SERIAL_TWO_RX_PIN PC_11 // UART4
0 commit comments