1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +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

@ -52,7 +52,6 @@
#include "drivers/gpio.h"
#include "drivers/system.h"
#include "flight/flight.h"
#include "config/runtime_config.h"
#include "sensors/sensors.h"