Remove CIRCUITPY_CONSOLE_UART_TX/RX

This commit is contained in:
RetiredWizard 2022-09-10 21:33:29 -04:00 committed by GitHub
parent 33a1006111
commit ecb74aa652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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