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:
parent
0766d93f72
commit
1cd28a5eea
6 changed files with 38 additions and 45 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue