mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Created new interface directory
This commit is contained in:
parent
12c052c103
commit
e3ee9a5588
23 changed files with 61 additions and 53 deletions
|
@ -39,11 +39,9 @@
|
|||
#include "drivers/transponder_ir.h"
|
||||
#include "drivers/vtx_common.h"
|
||||
|
||||
#include "fc/cli.h"
|
||||
#include "fc/config.h"
|
||||
#include "fc/fc_core.h"
|
||||
#include "fc/fc_dispatch.h"
|
||||
#include "fc/fc_msp.h"
|
||||
#include "fc/fc_tasks.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
@ -53,6 +51,9 @@
|
|||
#include "flight/mixer.h"
|
||||
#include "flight/pid.h"
|
||||
|
||||
#include "interface/cli.h"
|
||||
#include "interface/fc_msp.h"
|
||||
|
||||
#include "io/beeper.h"
|
||||
#include "io/dashboard.h"
|
||||
#include "io/gps.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue