mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
HAL_ChibiOS: run i2c at 400kHz on F412
This commit is contained in:
parent
907728e323
commit
6faace278a
@ -35,6 +35,9 @@ STDOUT_BAUDRATE 115200
|
||||
# order of I2C buses
|
||||
I2C_ORDER I2C2 I2C1
|
||||
|
||||
# we need I2C clock at 400kHz for IMU
|
||||
define HAL_I2C_MAX_CLOCK 400000
|
||||
|
||||
# order of UARTs
|
||||
UART_ORDER USART1 USART6 USART2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user