1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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

@ -334,6 +334,7 @@ int32_t getMAhDrawn(void){
}
bool sendMspReply(uint8_t, mspResponseFnPtr) { return false; }
bool handleMspFrame(uint8_t *, uint8_t *) { return false; }
bool handleMspFrame(uint8_t *, int) { return false; }
void crsfScheduleMspResponse(void) {};
}