1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

Rename serial MSP functions in prep for converting to using streambuf

This commit is contained in:
Martin Budden 2016-09-10 16:22:44 +01:00
parent a303509920
commit a60cb8597f
6 changed files with 15 additions and 15 deletions

View file

@ -433,7 +433,7 @@ void handleSerial(void)
}
#endif
mspProcess();
mspSerialProcess();
}
void waitForSerialPortToFinishTransmitting(serialPort_t *serialPort)