mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Restored SmartPort MSP frame handling to how it was before the addition of MSP over CRSF.
This commit is contained in:
parent
6bf755d0bd
commit
aa1edbd978
7 changed files with 23 additions and 20 deletions
|
@ -330,6 +330,6 @@ int32_t getMAhDrawn(void){
|
|||
}
|
||||
|
||||
bool sendMspReply(uint8_t, mspResponseFnPtr) { return false; }
|
||||
bool handleMspFrame(uint8_t *, uint8_t *) { return false; }
|
||||
bool handleMspFrame(uint8_t *, uint8_t *, mspFrameHandling_t) { return false; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue