mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Further reorganisation of MSP
This commit is contained in:
parent
a72d2f2b61
commit
e15bafe6e7
9 changed files with 151 additions and 87 deletions
|
@ -433,7 +433,7 @@ void waitForSerialPortToFinishTransmitting(serialPort_t *serialPort)
|
|||
|
||||
void cliEnter(serialPort_t *serialPort);
|
||||
|
||||
void evaluateOtherData(serialPort_t *serialPort, uint8_t receivedChar)
|
||||
void serialEvaluateNonMspData(serialPort_t *serialPort, uint8_t receivedChar)
|
||||
{
|
||||
#ifndef USE_CLI
|
||||
UNUSED(serialPort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue