From 936742da89fddb56a7f1e9175f6da1bce27df3a7 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 13 Feb 2018 00:49:13 +1300 Subject: [PATCH] Fixed ordering of disabled features by priority for OMNIBUS. --- src/main/target/OMNIBUS/target.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/target/OMNIBUS/target.h b/src/main/target/OMNIBUS/target.h index eb98a759a0..895e09337a 100644 --- a/src/main/target/OMNIBUS/target.h +++ b/src/main/target/OMNIBUS/target.h @@ -20,14 +20,15 @@ // Removed to make the firmware fit into flash (in descending order of priority): #undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot #undef USE_GYRO_OVERFLOW_CHECK -#undef USE_TELEMETRY_LTM -#undef USE_RTC_TIME +#undef USE_SERIALRX_XBUS +#undef USE_TELEMETRY_LTM +#undef USE_TELEMETRY_MAVLINK + +#undef USE_RTC_TIME #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