1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

REVONANO - Fix MPU Prescalers

This commit is contained in:
Alessio Morale 2014-11-30 14:59:51 +01:00
parent b6eedaf93d
commit 210b75fcb9

View File

@ -154,7 +154,7 @@ static const struct pios_mpu9250_cfg pios_mpu9250_cfg = {
.gyro_range = PIOS_MPU9250_SCALE_2000_DEG,
.filter = PIOS_MPU9250_LOWPASS_256_HZ,
.orientation = PIOS_MPU9250_TOP_180DEG,
.fast_prescaler = PIOS_SPI_PRESCALER_64,
.fast_prescaler = PIOS_SPI_PRESCALER_4,
.std_prescaler = PIOS_SPI_PRESCALER_64,
.max_downsample = 16,
};