1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Renamed 'serial_cli' and 'fc_main'.

This commit is contained in:
mikeller 2017-01-11 23:22:03 +13:00
parent 322ae59051
commit 5e45ec3293
12 changed files with 28 additions and 28 deletions

View file

@ -42,7 +42,7 @@
#endif
#include "io/serial.h"
#include "fc/serial_cli.h" // for cliEnter()
#include "fc/cli.h" // for cliEnter()
#include "msp/msp_serial.h"