1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

to solve the unreference compiling issue

This commit is contained in:
Pierre-A 2015-02-22 17:49:01 +01:00
parent 83aa49a812
commit 39160a785a

View file

@ -152,6 +152,9 @@ int16_t debug[4];
uint8_t stateFlags;
uint16_t batteryWarningVoltage;
uint8_t useHottAlarmSoundPeriod (void) { return 0; }
uint8_t GPS_numSat;
int32_t GPS_coord[2];