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:
parent
12fe47a1d3
commit
0d2d74a259
65 changed files with 139 additions and 111 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue