mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #4210 from codecae/msp_shared_ringbuffer
Improved msp frame handling for CRSF
This commit is contained in:
commit
e7bee05005
14 changed files with 120 additions and 72 deletions
|
@ -103,6 +103,7 @@ void telemetryInit(void)
|
|||
#endif
|
||||
#if defined(USE_MSP_OVER_TELEMETRY)
|
||||
initSharedMsp();
|
||||
initCrsfMspBuffer();
|
||||
#endif
|
||||
|
||||
telemetryCheckState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue