1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Finally rename flight.c/.h to pid.c/.h. Cleanup some dependencies.

Relocate more code.
This commit is contained in:
Dominic Clifton 2015-02-01 00:39:38 +01:00
parent 8cc9e8ca37
commit 55cac2bdeb
32 changed files with 101 additions and 93 deletions

View file

@ -25,7 +25,6 @@
#include "drivers/sensor.h"
#include "drivers/accgyro.h"
#include "flight/flight.h"
#include "sensors/sensors.h"
#include "io/statusindicator.h"
#include "sensors/boardalignment.h"