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:
commit
e7bee05005
14 changed files with 120 additions and 72 deletions
|
@ -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) {};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue