mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +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
|
@ -21,8 +21,8 @@
|
|||
|
||||
#include <platform.h>
|
||||
|
||||
#include "build_config.h"
|
||||
#include "debug.h"
|
||||
#include "build/build_config.h"
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/maths.h"
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "rx/rx.h"
|
||||
|
||||
#include "io/rc_controls.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "io/gps.h"
|
||||
|
||||
#include "flight/pid.h"
|
||||
|
@ -45,7 +45,8 @@
|
|||
#include "flight/navigation.h"
|
||||
#include "flight/gtune.h"
|
||||
|
||||
#include "config/runtime_config.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
|
||||
uint32_t targetPidLooptime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue