forked from Archive/PX4-Autopilot
Hotfix for PX4IO comms: Raise timeout to 10 ms.
This commit is contained in:
parent
8544228201
commit
676cb91a1d
|
@ -287,7 +287,7 @@ CONFIG_STM32_USART_SINGLEWIRE=y
|
|||
#
|
||||
# CONFIG_STM32_I2C_DYNTIMEO is not set
|
||||
CONFIG_STM32_I2CTIMEOSEC=0
|
||||
CONFIG_STM32_I2CTIMEOMS=1
|
||||
CONFIG_STM32_I2CTIMEOMS=10
|
||||
# CONFIG_STM32_I2C_DUTY16_9 is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue