From e9aaa4387e88bb69ec259ef22171c918c1e89bcd Mon Sep 17 00:00:00 2001 From: Hydra Date: Sun, 19 Mar 2017 15:28:13 +0000 Subject: [PATCH] CF/BF - Remove RX_MSP from Colibri race target. --- src/main/target/COLIBRI_RACE/target.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/target/COLIBRI_RACE/target.h b/src/main/target/COLIBRI_RACE/target.h index d2701c17d..b09b63efd 100755 --- a/src/main/target/COLIBRI_RACE/target.h +++ b/src/main/target/COLIBRI_RACE/target.h @@ -25,6 +25,8 @@ #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_DEFAULT +#undef USE_RX_MSP // never used. + #define LED0 PC15 #define LED1 PC14 #define LED2 PC13