remove console pins, that was wrong

This commit is contained in:
Jeff Epler 2023-09-28 17:13:22 -05:00
parent a9fce6c495
commit 10aeb23789
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -36,10 +36,6 @@
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO6)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO7)
// UART pins attached to the USB-serial converter chip
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO43)
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO44)
#define DOUBLE_TAP_PIN (&pin_GPIO4)
// a 1024x768 16BPP framebuffer + some breathing room