mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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
|
||||
#endif
|
||||
|
||||
#ifndef USE_GPS_RESCUE
|
||||
#undef USE_CMS_GPS_RESCUE_MENU
|
||||
#endif
|
||||
|
||||
// TODO: Remove this once HAL support is fixed for ESCSERIAL
|
||||
#ifdef STM32F7
|
||||
#undef USE_ESCSERIAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue