mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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);
|
delayMicroseconds((int)serialTxBytesFree(msp->port) * perByteCostUs);
|
||||||
#else
|
#else
|
||||||
return 0;
|
return 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transmit frame
|
// Transmit frame
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue