Update to config.h

This commit is contained in:
Orest 2025-05-16 20:48:18 +03:00
parent a892fc61e2
commit ab08a74cb4

View File

@ -36,6 +36,7 @@
/* UART */ /* UART */
#define UART_TX_PIN A9 #define UART_TX_PIN A9
#define UART_RX_PIN A10 #define UART_RX_PIN A10
#define UART_RX_PAL_MODE 7
/* SPI Config for spi flash*/ /* SPI Config for spi flash*/
#define SPI_DRIVER SPIDQ #define SPI_DRIVER SPIDQ