1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Tidy of mixer and servo code

This commit is contained in:
Martin Budden 2017-05-16 20:01:14 +01:00
parent d8c4953bb5
commit 6645d43949
4 changed files with 31 additions and 31 deletions

View file

@ -27,9 +27,10 @@
#include "common/axis.h"
#include "common/filter.h"
#include "config/config_reset.h"
#include "config/feature.h"
#include "config/parameter_group.h"
#include "config/parameter_group_ids.h"
#include "config/config_reset.h"
#include "drivers/accgyro/accgyro.h"
#include "drivers/accgyro/accgyro_adxl345.h"
@ -61,8 +62,6 @@
#include "sensors/gyro.h"
#include "sensors/sensors.h"
#include "config/feature.h"
#ifdef USE_HARDWARE_REVISION_DETECTION
#include "hardware_revision.h"
#endif