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 1245b43 commit 33ddf50Copy full SHA for 33ddf50
ports/stm/boards/nucleo_f446re/mpconfigboard.h
@@ -44,8 +44,8 @@
44
// #define CIRCUITPY_CONSOLE_UART_RX (&pin_PC11)
45
46
// USART2 + ST link
47
-#define CIRCUITPY_CONSOLE_UART_TX (&pin_PA02)
48
-#define CIRCUITPY_CONSOLE_UART_RX (&pin_PA03)
+// #define CIRCUITPY_CONSOLE_UART_TX (&pin_PA02)
+// #define CIRCUITPY_CONSOLE_UART_RX (&pin_PA03)
49
50
// Status LEDs
51
#define MICROPY_HW_LED_STATUS (&pin_PA05)
0 commit comments