mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Reorganised interfaces, putting them where they are used.
This commit is contained in:
parent
fe83d052da
commit
38e1ce04df
36 changed files with 103 additions and 83 deletions
|
@ -26,13 +26,10 @@
|
|||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "cli/cli.h"
|
||||
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#include "fc/config.h"
|
||||
|
||||
#include "drivers/time.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/serial.h"
|
||||
|
@ -51,12 +48,15 @@
|
|||
#include "drivers/serial_usb_vcp.h"
|
||||
#endif
|
||||
|
||||
#include "fc/config.h"
|
||||
|
||||
#include "io/serial.h"
|
||||
|
||||
#include "interface/cli.h"
|
||||
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#ifdef USE_TELEMETRY
|
||||
#include "telemetry/telemetry.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue