mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Review comment fixes
This commit is contained in:
parent
9d70ed5079
commit
4ca3b9428f
6 changed files with 44 additions and 46 deletions
|
@ -2032,7 +2032,7 @@ static bool mspProcessOutCommand(mspDescriptor_t srcDesc, int16_t cmdMSP, sbuf_t
|
|||
sbufWriteU8(dst, 0);
|
||||
#endif
|
||||
#ifdef USE_VTX_MSP
|
||||
setMspVtxDeviceStatusReady(srcDesc);
|
||||
setMspVtxDeviceStatusReady(srcDesc);
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue