Fix scanner compilation issue

This commit is contained in:
Pascal Langer
2019-09-11 12:23:36 +02:00
parent 7d327c1622
commit 303c4615e9
4 changed files with 5 additions and 2 deletions

View File

@@ -254,6 +254,9 @@
#if defined MULTI_TELEMETRY && not defined INVERT_TELEMETRY
#warning MULTI_TELEMETRY has been defined but not INVERT_TELEMETRY. They should be both enabled for OpenTX telemetry and status to work.
#endif
#if not defined(SCANNER_CC2500_INO)
#undef SCANNER_TELEMETRY
#endif
#if not defined(BAYANG_NRF24L01_INO)
#undef BAYANG_HUB_TELEMETRY
#endif