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

added altitude options

This commit is contained in:
Nicola De Pasquale 2019-05-19 12:09:27 +02:00
parent 40d390cfdc
commit 1262dbf06f
4 changed files with 27 additions and 9 deletions

View file

@ -34,7 +34,8 @@ typedef enum {
TABLE_GPS_SBAS_MODE,
#endif
#ifdef USE_GPS_RESCUE
TABLE_GPS_RESCUE,
TABLE_GPS_RESCUE_SANITY_CHECK,
TABLE_GPS_RESCUE_ALT_MODE,
#endif
#ifdef USE_BLACKBOX
TABLE_BLACKBOX_DEVICE,