mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Position hold depends on GPS (#14101)
This commit is contained in:
parent
b826ce3df9
commit
59e308ae56
1 changed files with 4 additions and 0 deletions
|
@ -483,3 +483,7 @@
|
||||||
#undef USE_RUNAWAY_TAKEOFF
|
#undef USE_RUNAWAY_TAKEOFF
|
||||||
|
|
||||||
#endif // USE_WING
|
#endif // USE_WING
|
||||||
|
|
||||||
|
#if defined(USE_POSITION_HOLD) && !defined(USE_GPS)
|
||||||
|
#error "USE_POSITION_HOLD requires USE_GPS to be defined"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue