mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Update msp_serial.c
This commit is contained in:
parent
00f73a6e0b
commit
076732248e
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ static int mspSerialSendFrame(mspPort_t *msp, const uint8_t * hdr, int hdrLen, c
|
|||
delayMicroseconds((int)serialTxBytesFree(msp->port) * perByteCostUs);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
// Transmit frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue