1
0
Fork 0
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:
mikeller 2017-09-11 03:01:51 +12:00
parent 6bf755d0bd
commit aa1edbd978
7 changed files with 23 additions and 20 deletions

View file

@ -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; }
}