Skip to content

Commit

Permalink
update STM32HAL to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Mar 3, 2025
1 parent aeafb0e commit 970b088
Show file tree
Hide file tree
Showing 32 changed files with 1,190 additions and 449 deletions.
26 changes: 13 additions & 13 deletions stm32/.mxproject

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stm32/Core/Inc/stm32h5xx_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define __STM32H5xx_IT_H

#ifdef __cplusplus
extern "C" {
extern "C" {
#endif

/* Private includes ----------------------------------------------------------*/
Expand Down
8 changes: 4 additions & 4 deletions stm32/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,8 @@ void MX_USB_PCD_Init(void)
void MX_GPIO_Init(void)
{
GPIO_InitTypeDef GPIO_InitStruct = {0};
/* USER CODE BEGIN MX_GPIO_Init_1 */
/* USER CODE END MX_GPIO_Init_1 */
/* USER CODE BEGIN MX_GPIO_Init_1 */
/* USER CODE END MX_GPIO_Init_1 */

/* GPIO Ports Clock Enable */
__HAL_RCC_GPIOE_CLK_ENABLE();
Expand Down Expand Up @@ -1072,8 +1072,8 @@ void MX_GPIO_Init(void)
HAL_NVIC_SetPriority(EXTI13_IRQn, 2, 0);
HAL_NVIC_EnableIRQ(EXTI13_IRQn);

/* USER CODE BEGIN MX_GPIO_Init_2 */
/* USER CODE END MX_GPIO_Init_2 */
/* USER CODE BEGIN MX_GPIO_Init_2 */
/* USER CODE END MX_GPIO_Init_2 */
}

/* USER CODE BEGIN 4 */
Expand Down
Loading

0 comments on commit 970b088

Please sign in to comment.