mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +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
|
@ -69,6 +69,7 @@
|
|||
#include "fc/fc_tasks.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/runtime_config.h"
|
||||
#include "fc/serial_cli.h"
|
||||
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
|
@ -86,7 +87,6 @@
|
|||
#include "io/ledstrip.h"
|
||||
#include "io/dashboard.h"
|
||||
#include "io/asyncfatfs/asyncfatfs.h"
|
||||
#include "io/serial_cli.h"
|
||||
#include "io/transponder_ir.h"
|
||||
#include "io/osd.h"
|
||||
#include "io/displayport_msp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue