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

Moved navigation modules to navigation directory

This commit is contained in:
Martin Budden 2017-01-27 18:09:10 +00:00
parent 6afd52c984
commit 58e3f5aebe
33 changed files with 196 additions and 168 deletions

View file

@ -75,7 +75,6 @@ extern uint8_t __config_end;
#include "flight/failsafe.h"
#include "flight/imu.h"
#include "flight/mixer.h"
#include "flight/navigation_rewrite.h"
#include "flight/pid.h"
#include "flight/servos.h"
@ -88,6 +87,8 @@ extern uint8_t __config_end;
#include "io/osd.h"
#include "io/serial.h"
#include "navigation/navigation.h"
#include "rx/rx.h"
#include "rx/spektrum.h"