From 805fa5545bc27f54dd651e4329b042d726599244 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 4 Mar 2017 22:42:19 +0000 Subject: [PATCH] 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. --- src/main/target/SPRACINGF3EVO/target.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/target/SPRACINGF3EVO/target.h b/src/main/target/SPRACINGF3EVO/target.h index 200018076..95d26dce5 100755 --- a/src/main/target/SPRACINGF3EVO/target.h +++ b/src/main/target/SPRACINGF3EVO/target.h @@ -77,9 +77,6 @@ #define USE_ESCSERIAL #define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1 -#undef USE_SOFTSERIAL1 -#undef USE_SOFTSERIAL2 - #define UART1_TX_PIN PA9 #define UART1_RX_PIN PA10