mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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
|
||||
#endif
|
||||
|
||||
#if !defined(USE_TELEMETRY_CRSF)
|
||||
#if !defined(USE_TELEMETRY_CRSF) || !defined(USE_CMS)
|
||||
#undef USE_CRSF_CMS_TELEMETRY
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue