From b8e3b9b7a653169c849772fd61ed47d6951950ea Mon Sep 17 00:00:00 2001 From: Bruce Luckcuck Date: Tue, 30 Jan 2018 20:49:56 -0500 Subject: [PATCH] Remove RTC_TIME from OMNIBUS to free up flash space Added #undef USE_RTC_TIME to target/OMNIBUS/target.h Frees up 1384 bytes. --- src/main/target/OMNIBUS/target.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/target/OMNIBUS/target.h b/src/main/target/OMNIBUS/target.h index ed40165a04..0b9ce0c258 100644 --- a/src/main/target/OMNIBUS/target.h +++ b/src/main/target/OMNIBUS/target.h @@ -23,6 +23,7 @@ #undef USE_SERIALRX_JETIEXBUS #undef USE_TELEMETRY_MAVLINK #undef USE_TELEMETRY_LTM +#undef USE_RTC_TIME #define TARGET_BOARD_IDENTIFIER "OMNI" // https://en.wikipedia.org/wiki/Omnibus