1
0
Fork 0
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:
Martin Budden 2017-10-09 15:05:56 +01:00 committed by GitHub
commit e7bee05005
14 changed files with 120 additions and 72 deletions

View file

@ -103,6 +103,7 @@ void telemetryInit(void)
#endif
#if defined(USE_MSP_OVER_TELEMETRY)
initSharedMsp();
initCrsfMspBuffer();
#endif
telemetryCheckState();