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

Minor changes to directory structure to reflect changes in Cleanflight and betaflight

This commit is contained in:
Martin Budden 2016-08-08 18:08:18 +01:00
parent 9e214889c9
commit 944adb06f8
106 changed files with 357 additions and 216 deletions

View file

@ -20,7 +20,8 @@
#include "platform.h"
#include "build_config.h"
#include "build/build_config.h"
#include "common/axis.h"
@ -61,7 +62,8 @@
#include "drivers/sonar_hcsr04.h"
#include "drivers/sonar_srf10.h"
#include "config/runtime_config.h"
#include "fc/runtime_config.h"
#include "config/config.h"
#include "sensors/sensors.h"