1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

address code review comments

This commit is contained in:
Thorsten Laux 2019-01-08 09:50:26 +01:00
parent 8d4ed72e13
commit 9ef95bb84d
4 changed files with 12 additions and 12 deletions

View file

@ -76,9 +76,7 @@
#ifdef USE_GYRO_DATA_ANALYSE
#include "sensors/gyroanalyse.h"
#endif
#ifdef USE_RPM_FILTER
#include "sensors/rpm_filter.h"
#endif
#include "sensors/sensors.h"
#if ((FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689) || defined(USE_GYRO_SPI_MPU6500)))