1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Renamed config/config.* to fc/config.*

This commit is contained in:
Martin Budden 2016-12-31 18:35:57 +00:00
parent 12fe47a1d3
commit 0d2d74a259
65 changed files with 139 additions and 111 deletions

View file

@ -26,8 +26,6 @@
#include "common/maths.h"
#include "common/filter.h"
#include "config/config.h"
#include "drivers/accgyro.h"
#include "drivers/accgyro_adxl345.h"
#include "drivers/accgyro_bma280.h"
@ -51,6 +49,7 @@
#include "sensors/gyro.h"
#include "sensors/sensors.h"
#include "fc/config.h"
#include "fc/runtime_config.h"
#include "io/beeper.h"