mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Drop USE_CRSF_CMS_TELEMETRY if USE_CMS is not defined
This commit is contained in:
parent
c677b1c19c
commit
31e11c341c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
#undef USE_TELEMETRY_CRSF
|
#undef USE_TELEMETRY_CRSF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(USE_TELEMETRY_CRSF)
|
#if !defined(USE_TELEMETRY_CRSF) || !defined(USE_CMS)
|
||||||
#undef USE_CRSF_CMS_TELEMETRY
|
#undef USE_CRSF_CMS_TELEMETRY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue