1
0
Fork 0
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:
ligenxxxx 2020-12-24 11:33:30 +08:00
parent 00f73a6e0b
commit 076732248e

View file

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