mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_HAL_ChibiOS: change incorrect I2C internal mask from SkystarsH7HD bdshot
This commit is contained in:
parent
d7b42c1fdf
commit
9b2d0b9a75
@ -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