Sorry, it should be on USART3.

This commit is contained in:
Read Error 2016-01-29 04:43:57 -05:00 committed by borisbstyle
parent 1740291d26
commit 35125ecf10
1 changed files with 4 additions and 4 deletions

View File

@ -185,7 +185,7 @@
#define USE_SERIAL_1WIRE #define USE_SERIAL_1WIRE
// USART2, RX is on USART1 // USART2, RX is on USART1
#define S1W_TX_GPIO GPIOA #define S1W_TX_GPIO GPIOB
#define S1W_TX_PIN GPIO_Pin_14 #define S1W_TX_PIN GPIO_Pin_10
#define S1W_RX_GPIO GPIOA #define S1W_RX_GPIO GPIOB
#define S1W_RX_PIN GPIO_Pin_15 #define S1W_RX_PIN GPIO_Pin_11