1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Fix USE_TELEMETRY_IBUS (#12873)

This commit is contained in:
Mark Haslinghuis 2023-06-07 12:17:09 +02:00 committed by GitHub
parent 8d12bc2421
commit fd5f505bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,10 @@
#endif
#endif
#if defined(USE_TELEMETRY_IBUS_EXTENDED) && !defined(USE_TELEMETRY_IBUS)
#define USE_TELEMETRY_IBUS
#endif
#if !defined(USE_SERIALRX_CRSF)
#undef USE_TELEMETRY_CRSF
#undef USE_CRSF_LINK_STATISTICS