Skip to content

Commit

Permalink
update by stm32cube
Browse files Browse the repository at this point in the history
  • Loading branch information
dukelec committed Oct 18, 2024
1 parent 750ced0 commit 92cdffe
Show file tree
Hide file tree
Showing 146 changed files with 233,344 additions and 231,424 deletions.
2 changes: 1 addition & 1 deletion mdrv_bl/Core/Inc/stm32g4xx_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
******************************************************************************
*/
/* USER CODE END Header */

Expand Down
3 changes: 3 additions & 0 deletions mdrv_bl/Core/Src/stm32g4xx_hal_msp.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* USER CODE BEGIN Header */
/**
******************************************************************************
Expand Down Expand Up @@ -116,6 +117,7 @@ void HAL_SPI_MspInit(SPI_HandleTypeDef* hspi)
/* USER CODE BEGIN SPI2_MspInit 1 */

/* USER CODE END SPI2_MspInit 1 */

}

}
Expand Down Expand Up @@ -192,6 +194,7 @@ void HAL_UART_MspInit(UART_HandleTypeDef* huart)
/* USER CODE BEGIN USART3_MspInit 1 */

/* USER CODE END USART3_MspInit 1 */

}

}
Expand Down
Loading

0 comments on commit 92cdffe

Please sign in to comment.