1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 17:55:30 +03:00

Merge pull request #11218 from AlessandroAU/fix-msp-over-crsf

Fix MSP over CRSF for larger read and writes
This commit is contained in:
haslinghuis 2022-01-08 01:53:12 +01:00 committed by GitHub
commit b8c58abf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View file

@ -51,6 +51,7 @@ extern "C" {
#include "io/gps.h"
#include "msp/msp.h"
#include "msp/msp_serial.h"
#include "rx/rx.h"
#include "rx/crsf.h"

View file

@ -57,6 +57,8 @@ extern "C" {
#include "sensors/sensors.h"
#include "sensors/acceleration.h"
#include "msp/msp_serial.h"
#include "telemetry/crsf.h"
#include "telemetry/telemetry.h"
#include "telemetry/msp_shared.h"