1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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

@ -26,8 +26,8 @@
#ifdef GPS
#include "build_config.h"
#include "debug.h"
#include "build/build_config.h"
#include "build/debug.h"
#include "common/maths.h"
#include "common/axis.h"
@ -50,7 +50,7 @@
#include "flight/navigation.h"
#include "config/config.h"
#include "config/runtime_config.h"
#include "fc/runtime_config.h"
#define LOG_ERROR '?'