1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

refactoring and smoother transition to return, thanks Karatebrot

This commit is contained in:
ctzsnooze 2022-09-15 15:06:40 +10:00
parent 0766d93f72
commit 1cd28a5eea
6 changed files with 38 additions and 45 deletions

View file

@ -74,7 +74,7 @@ typedef enum {
DEFAULT = 0,
BARO_ONLY,
GPS_ONLY
} altitude_source_e;
} altitudeSource_e;
PG_REGISTER_WITH_RESET_TEMPLATE(positionConfig_t, positionConfig, PG_POSITION, 4);