mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fix compilation errors when GPS is not #defined
This commit is contained in:
parent
ee1d5a9a38
commit
593db0ce1e
3 changed files with 46 additions and 25 deletions
|
@ -66,8 +66,6 @@
|
|||
|
||||
controlRateConfig_t *getControlRateConfig(uint8_t profileIndex);
|
||||
|
||||
//#define ENABLE_DEBUG_OLED_PAGE
|
||||
|
||||
#define MICROSECONDS_IN_A_SECOND (1000 * 1000)
|
||||
|
||||
#define DISPLAY_UPDATE_FREQUENCY (MICROSECONDS_IN_A_SECOND / 5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue