Copter: rename control_xx.cpp files to mode_xx.cpp

This commit is contained in:
Randy Mackay 2017-12-11 12:57:04 +09:00
parent 06fbe8f3a7
commit c3fbf2671c
21 changed files with 2 additions and 2 deletions

View File

@ -941,7 +941,7 @@ private:
uint16_t get_pilot_speed_dn(); uint16_t get_pilot_speed_dn();
#include "FlightMode.h" #include "mode.h"
Copter::Mode *flightmode; Copter::Mode *flightmode;

View File

@ -1,6 +1,6 @@
#include "Copter.h" #include "Copter.h"
#include "FlightMode.h" #include "mode.h"
/* /*
* Init and run calls for acro flight mode * Init and run calls for acro flight mode