mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Include MSP over telemetry for ghost (#12208)
This commit is contained in:
parent
4454286165
commit
fd54774155
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
#define USE_SBUS_CHANNELS
|
||||
#endif
|
||||
|
||||
#if !defined(USE_TELEMETRY_SMARTPORT) && !defined(USE_TELEMETRY_CRSF)
|
||||
#if !defined(USE_TELEMETRY_SMARTPORT) && !defined(USE_TELEMETRY_CRSF) && !defined(USE_TELEMETRY_GHST)
|
||||
#undef USE_MSP_OVER_TELEMETRY
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue