1
0
Fork 0
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:
Martin Budden 2016-08-07 11:46:47 +01:00
parent c1e81ced49
commit 541f4d4018
99 changed files with 287 additions and 229 deletions

View file

@ -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"