From ecb74aa65228019b4bd0dd9d72bc08a1ceff6d46 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Sat, 10 Sep 2022 21:33:29 -0400 Subject: [PATCH] Remove CIRCUITPY_CONSOLE_UART_TX/RX --- ports/broadcom/mpconfigport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/broadcom/mpconfigport.h b/ports/broadcom/mpconfigport.h index fc3966fc71..e77725cca3 100644 --- a/ports/broadcom/mpconfigport.h +++ b/ports/broadcom/mpconfigport.h @@ -60,7 +60,4 @@ #define MICROPY_PORT_ROOT_POINTERS \ CIRCUITPY_COMMON_ROOT_POINTERS -#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14) -#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15) - #endif // __INCLUDED_MPCONFIGPORT_H