mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +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,9 +23,10 @@
|
|||
|
||||
#include "common/maths.h"
|
||||
|
||||
#include "build_config.h"
|
||||
#include "platform.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "build/debug.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
|
||||
|
@ -47,7 +48,8 @@
|
|||
|
||||
#include "io/gps.h"
|
||||
|
||||
#include "config/runtime_config.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
|
||||
// the limit (in degrees/second) beyond which we stop integrating
|
||||
// omega_I. At larger spin rates the DCM PI controller can get 'dizzy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue