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:
parent
a303509920
commit
a60cb8597f
6 changed files with 15 additions and 15 deletions
|
@ -433,7 +433,7 @@ void handleSerial(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
mspProcess();
|
||||
mspSerialProcess();
|
||||
}
|
||||
|
||||
void waitForSerialPortToFinishTransmitting(serialPort_t *serialPort)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue