Drop USE_CRSF_CMS_TELEMETRY if USE_CMS is not defined

This commit is contained in:
jflyper 2018-10-29 10:12:55 +09:00
parent c677b1c19c
commit 31e11c341c
1 changed files with 1 additions and 1 deletions

View File

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