Skip to content

Commit 57f144e

Browse files
committed
STM32G0: remove MBED patch
Goal is to remove all mis-aligment with official ST CUBE delivery
1 parent 631ed0c commit 57f144e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* SPDX-License-Identifier: BSD-3-Clause
32
******************************************************************************
43
* @file stm32g071xx.h
54
* @author MCD Application Team

targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* SPDX-License-Identifier: BSD-3-Clause
32
******************************************************************************
43
* @file stm32g0xx.h
54
* @author MCD Application Team

targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" {
2828

2929
/* Includes ------------------------------------------------------------------*/
3030
#include "stm32g0xx.h"
31-
#include "stm32_hal_legacy.h" /* Aliases file for old names compatibility */
31+
#include "Legacy/stm32_hal_legacy.h" /* Aliases file for old names compatibility */
3232
#include <stddef.h>
3333

3434
/* Exported types ------------------------------------------------------------*/

0 commit comments

Comments
 (0)