mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Remove RTC_TIME from OMNIBUS to free up flash space
Added #undef USE_RTC_TIME to target/OMNIBUS/target.h Frees up 1384 bytes.
This commit is contained in:
parent
8db45109fe
commit
b8e3b9b7a6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue