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 1f80a12 commit c11c817Copy full SHA for c11c817
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_F207ZG)
55
+#define TEST_SERIAL_ONE_TX_PIN PC_12 // UART5
56
+#define TEST_SERIAL_TWO_RX_PIN PC_11 // UART4
57
+
58
#elif defined(TARGET_DISCO_F334C8)
59
60
0 commit comments