mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +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
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include "blackbox/blackbox.h"
|
||||
|
||||
#include "cli/cli.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/color.h"
|
||||
#include "common/maths.h"
|
||||
|
@ -88,13 +90,11 @@
|
|||
#include "fc/runtime_config.h"
|
||||
#include "fc/dispatch.h"
|
||||
|
||||
#include "interface/cli.h"
|
||||
#include "interface/msp.h"
|
||||
|
||||
#ifdef USE_PERSISTENT_MSC_RTC
|
||||
#include "msc/usbd_storage.h"
|
||||
#endif
|
||||
|
||||
#include "msp/msp.h"
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
#include "pg/adc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue