Skip to content

Commit

Permalink
AP_HAL_ChibiOS: change incorrect I2C internal mask from SkystarsH7HD …
Browse files Browse the repository at this point in the history
…bdshot
  • Loading branch information
andyp1per authored and rmackay9 committed Aug 21, 2023
1 parent 502702d commit 160d791
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

Expand Down

0 comments on commit 160d791

Please sign in to comment.