mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
AP_HAL_ChibiOS: change incorrect I2C internal mask from SkystarsH7HD bdshot
This commit is contained in:
parent
d79487d5c8
commit
0eff0bb576
@ -12,7 +12,7 @@ MCU_CLOCKRATE_MHZ 480
|
||||
DMA_PRIORITY TIM3* TIM4* TIM2* SPI1* SPI3* SPI4* TIM1*
|
||||
DMA_NOSHARE TIM3* TIM4* TIM2* SPI1* SPI3*
|
||||
|
||||
define HAL_I2C_INTERNAL_MASK 2
|
||||
define HAL_I2C_INTERNAL_MASK 1
|
||||
NODMA I2C*
|
||||
define STM32_I2C_USE_DMA FALSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user