mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Enabled gyro slew filter for gyros using the MPU6500 driver (needed for ICM20608G).
This commit is contained in:
parent
40f224bb81
commit
814597ae9f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
#include "hardware_revision.h"
|
||||
#endif
|
||||
|
||||
#if ((FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689)))
|
||||
#if ((FLASH_SIZE > 128) && (defined(USE_GYRO_SPI_ICM20601) || defined(USE_GYRO_SPI_ICM20689) || defined(USE_GYRO_SPI_MPU6500)))
|
||||
#define USE_GYRO_SLEW_LIMITER
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue