From 441b52f3098103f9bfb6f34a719e8befbdb1d209 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 13 Jan 2019 12:23:04 +1300 Subject: [PATCH] Removed some more features from OMNIBUS and SPRACINGF3NEO as well. --- src/main/target/OMNIBUS/target.h | 3 +++ src/main/target/SPRACINGF3NEO/target.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/main/target/OMNIBUS/target.h b/src/main/target/OMNIBUS/target.h index 136862bc8..9507212fa 100644 --- a/src/main/target/OMNIBUS/target.h +++ b/src/main/target/OMNIBUS/target.h @@ -26,6 +26,9 @@ #undef USE_GYRO_OVERFLOW_CHECK #undef USE_GYRO_LPF2 +#undef USE_MSP_DISPLAYPORT +#undef USE_MSP_OVER_TELEMETRY + #undef USE_RC_SMOOTHING_FILTER #undef USE_DYN_LPF diff --git a/src/main/target/SPRACINGF3NEO/target.h b/src/main/target/SPRACINGF3NEO/target.h index d73bcf249..80ae31983 100644 --- a/src/main/target/SPRACINGF3NEO/target.h +++ b/src/main/target/SPRACINGF3NEO/target.h @@ -31,8 +31,12 @@ #undef USE_MSP_DISPLAYPORT #undef USE_MSP_OVER_TELEMETRY +#undef USE_RC_SMOOTHING_FILTER +#undef USE_DYN_LPF + #undef USE_ITERM_RELAX #undef USE_RC_SMOOTHING_FILTER +#undef USE_THRUST_LINEARIZATION #undef USE_HUFFMAN #undef USE_PINIO -- 2.11.4.GIT