mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Directory rearrangement to reflect cleanflight changes
This commit is contained in:
parent
c1e81ced49
commit
541f4d4018
99 changed files with 287 additions and 229 deletions
|
@ -23,13 +23,13 @@
|
|||
|
||||
#include <platform.h>
|
||||
|
||||
#include <build_config.h>
|
||||
|
||||
#ifdef LED_STRIP
|
||||
|
||||
#include <common/color.h>
|
||||
#include <common/maths.h>
|
||||
#include <common/typeconversion.h>
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include "common/color.h"
|
||||
#include "common/maths.h"
|
||||
#include "common/typeconversion.h"
|
||||
|
||||
#include "drivers/light_ws2811strip.h"
|
||||
#include "drivers/system.h"
|
||||
|
@ -44,7 +44,7 @@
|
|||
#include "common/axis.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
#include "fc/rc_controls.h"
|
||||
|
||||
#include "sensors/battery.h"
|
||||
#include "sensors/sensors.h"
|
||||
|
@ -72,7 +72,8 @@
|
|||
|
||||
#include "telemetry/telemetry.h"
|
||||
|
||||
#include "config/runtime_config.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "config/config.h"
|
||||
#include "config/config_profile.h"
|
||||
#include "config/config_master.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue