From d55c3c68cf7f44655fb958fedea5d4a2e3efa12e Mon Sep 17 00:00:00 2001 From: jflyper Date: Mon, 12 Feb 2018 20:30:07 +0900 Subject: [PATCH] OMNIBUS Drop XBUS and MAVLINK --- src/main/target/OMNIBUS/target.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/target/OMNIBUS/target.h b/src/main/target/OMNIBUS/target.h index 5de16be333..eb98a759a0 100644 --- a/src/main/target/OMNIBUS/target.h +++ b/src/main/target/OMNIBUS/target.h @@ -26,6 +26,9 @@ #undef USE_COPY_PROFILE_CMS_MENU #undef USE_RX_MSP +#undef USE_SERIALRX_XBUS +#undef USE_TELEMETRY_MAVLINK + #define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE