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:
parent
8d12bc2421
commit
fd5f505bc1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue