mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Renamed config/config.* to fc/config.*
This commit is contained in:
parent
12fe47a1d3
commit
0d2d74a259
65 changed files with 139 additions and 111 deletions
|
@ -35,6 +35,9 @@
|
|||
|
||||
#include "drivers/system.h"
|
||||
|
||||
#include "fc/config.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "sensors/sensors.h"
|
||||
#include "sensors/gyro.h"
|
||||
#include "sensors/compass.h"
|
||||
|
@ -47,9 +50,6 @@
|
|||
#include "flight/hil.h"
|
||||
|
||||
#include "io/gps.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "config/config.h"
|
||||
|
||||
/**
|
||||
* In Cleanflight accelerometer is aligned in the following way:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue