1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +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

@ -1,9 +1,11 @@
#include <stdbool.h>
#include <stdint.h>
#include "drivers/io_pca9685.h"
#include "config/config.h"
#include "fc/config.h"
#include "fc/runtime_config.h"
#include "config/feature.h"
#define PWM_DRIVER_IMPLEMENTATION_COUNT 1