From 480ad40ab1ee6a22b6b75b161fdff816e1a1369e Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 12 Feb 2018 16:07:52 +1300 Subject: [PATCH] Fixed flash overflow on 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 46ff0acc8e..5de16be333 100644 --- a/src/main/target/OMNIBUS/target.h +++ b/src/main/target/OMNIBUS/target.h @@ -17,13 +17,14 @@ #pragma once -// Removed to make the firmware fit into flash: -#undef USE_COPY_PROFILE_CMS_MENU +// 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_GYRO_OVERFLOW_CHECK -#undef USE_DSHOT_DMAR // OMNIBUS (F3) does not benefit from burst Dshot +#undef USE_COPY_PROFILE_CMS_MENU +#undef USE_RX_MSP #define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus