1
0
Fork 0
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:
Bruce Luckcuck 2019-05-21 14:00:47 -04:00
parent 7cd030559d
commit 2005e364d8

View file

@ -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