AP_HAL_ChibiOS: change incorrect I2C internal mask from SkystarsH7HD bdshot

This commit is contained in:
Andy Piper 2023-08-06 14:26:08 +01:00 committed by Peter Barker
parent d7b42c1fdf
commit 9b2d0b9a75

View File

@ -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