mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Merge pull request #3729 from fishpepper/msp_result_err
mspCommonProcessInCommand always returns ERROR?
This commit is contained in:
commit
57e4c7895f
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ static mspResult_e mspCommonProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
||||||
return mspFcProcessInCommand(cmdMSP, src);
|
return mspFcProcessInCommand(cmdMSP, src);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
return MSP_RESULT_ERROR;
|
return MSP_RESULT_ACK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue