1
0
Fork 0
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:
Sam Cook 2015-05-07 02:16:21 +01:00
parent ee1d5a9a38
commit 593db0ce1e
3 changed files with 46 additions and 25 deletions

View file

@ -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)