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

Position hold depends on GPS (#14101)

This commit is contained in:
Mark Haslinghuis 2024-12-25 06:39:04 +01:00 committed by GitHub
parent b826ce3df9
commit 59e308ae56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,3 +483,7 @@
#undef USE_RUNAWAY_TAKEOFF
#endif // USE_WING
#if defined(USE_POSITION_HOLD) && !defined(USE_GPS)
#error "USE_POSITION_HOLD requires USE_GPS to be defined"
#endif