mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Fix compile errors if USE_GPS_RESCUE is not defined
This commit is contained in:
parent
7cd030559d
commit
2005e364d8
1 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,10 @@
|
||||||
#undef USE_RANGEFINDER_TF
|
#undef USE_RANGEFINDER_TF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef USE_GPS_RESCUE
|
||||||
|
#undef USE_CMS_GPS_RESCUE_MENU
|
||||||
|
#endif
|
||||||
|
|
||||||
// TODO: Remove this once HAL support is fixed for ESCSERIAL
|
// TODO: Remove this once HAL support is fixed for ESCSERIAL
|
||||||
#ifdef STM32F7
|
#ifdef STM32F7
|
||||||
#undef USE_ESCSERIAL
|
#undef USE_ESCSERIAL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue