mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Moved serial_cli to fc directory
This commit is contained in:
parent
6854553a03
commit
79f0a7088a
7 changed files with 9 additions and 9 deletions
|
@ -42,6 +42,7 @@
|
|||
#endif
|
||||
|
||||
#include "io/serial.h"
|
||||
#include "fc/serial_cli.h" // for cliEnter()
|
||||
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
|
@ -457,8 +458,6 @@ void waitForSerialPortToFinishTransmitting(serialPort_t *serialPort)
|
|||
};
|
||||
}
|
||||
|
||||
void cliEnter(serialPort_t *serialPort);
|
||||
|
||||
void serialEvaluateNonMspData(serialPort_t *serialPort, uint8_t receivedChar)
|
||||
{
|
||||
#ifndef USE_CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue