1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Reorganised interfaces, putting them where they are used.

This commit is contained in:
mikeller 2019-01-27 00:37:59 +13:00
parent fe83d052da
commit 38e1ce04df
36 changed files with 103 additions and 83 deletions

View file

@ -26,6 +26,8 @@
#include "build/debug.h"
#include "cli/cli.h"
#include "cms/cms.h"
#include "common/color.h"
@ -56,9 +58,6 @@
#include "flight/mixer.h"
#include "flight/pid.h"
#include "interface/cli.h"
#include "interface/msp.h"
#include "io/asyncfatfs/asyncfatfs.h"
#include "io/beeper.h"
#include "io/dashboard.h"
@ -73,6 +72,7 @@
#include "io/usb_cdc_hid.h"
#include "io/vtx.h"
#include "msp/msp.h"
#include "msp/msp_serial.h"
#include "pg/rx.h"