CF/BF - SPRACINGF3EVO - remove the two #undefs to enable softserial, the serial port count was mismatched and causing duplicate serial ports to appear in the configurator.

This commit is contained in:
Dominic Clifton 2017-03-04 22:42:19 +00:00 committed by Michael Keller
parent 7179d93f00
commit 89e31d29e0
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@
#define USE_ESCSERIAL #define USE_ESCSERIAL
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1 #define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
#undef USE_SOFTSERIAL1
#undef USE_SOFTSERIAL2
#define UART1_TX_PIN PA9 #define UART1_TX_PIN PA9
#define UART1_RX_PIN PA10 #define UART1_RX_PIN PA10