HAL_ChibiOS: reduce SPI clock on MatekH743 mpu6k to 2MHz

this fixes regular transfer errors
This commit is contained in:
Andrew Tridgell 2020-12-02 06:35:12 +11:00
parent dac5aca40e
commit 1723cf8efb

View File

@ -178,7 +178,7 @@ define HAL_STORAGE_SIZE 16384
define STORAGE_FLASH_PAGE 14
# spi devices
SPIDEV mpu6000 SPI1 DEVID1 IMU1_CS MODE3 1*MHZ 4*MHZ
SPIDEV mpu6000 SPI1 DEVID1 IMU1_CS MODE3 1*MHZ 2*MHZ
SPIDEV icm20602 SPI4 DEVID1 IMU2_CS MODE3 1*MHZ 4*MHZ
SPIDEV osd SPI2 DEVID4 MAX7456_CS MODE0 10*MHZ 10*MHZ