mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Moved config.c from config directory to fc directory
This commit is contained in:
parent
e0b7088767
commit
a771280b50
46 changed files with 94 additions and 103 deletions
|
@ -41,7 +41,6 @@
|
|||
#include "io/gimbal.h"
|
||||
#include "io/motors.h"
|
||||
#include "io/servos.h"
|
||||
#include "fc/rc_controls.h"
|
||||
|
||||
#include "sensors/sensors.h"
|
||||
#include "sensors/acceleration.h"
|
||||
|
@ -52,9 +51,10 @@
|
|||
#include "flight/pid.h"
|
||||
#include "flight/imu.h"
|
||||
|
||||
#include "fc/config.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "config/config.h"
|
||||
#include "config/feature.h"
|
||||
|
||||
uint8_t motorCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue