fixed typo in jeff/platform.h

This commit is contained in:
Ryan 2018-08-01 16:22:03 -07:00
parent 7ce265f2cf
commit 2d38c9614e

View File

@ -72,7 +72,7 @@ extern uint8_t running_status;
#define LED_UART GPIO12
#define UART_TX_PIN GPIO4
#define UART_RX_PIN GPI05
#define UART_RX_PIN GPIO5
#define UART_PERIPH SOC_GPIO_PERIPH_D
#else