Updated to fix compile issues

This commit is contained in:
CarlWachter
2024-01-23 16:23:12 +01:00
parent 0d34d57a8e
commit ae76dba3d2
82 changed files with 138 additions and 87 deletions

View File

@@ -49,9 +49,9 @@ void MX_GPIO_Init(void)
/* GPIO Ports Clock Enable */
__HAL_RCC_GPIOH_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPIOB_CLK_ENABLE();
__HAL_RCC_GPIOD_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPIOC_CLK_ENABLE();
/*Configure GPIO pin Output Level */