From 57f144ec6691f4c2d2d798252e5139e4bdce6039 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 7 Jan 2020 16:05:34 +0100 Subject: [PATCH] STM32G0: remove MBED patch Goal is to remove all mis-aligment with official ST CUBE delivery --- .../TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h | 1 - .../TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h | 1 - .../STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h index eebe49378b..b376dceb3f 100644 --- a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h +++ b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g071xx.h @@ -1,5 +1,4 @@ /** - * SPDX-License-Identifier: BSD-3-Clause ****************************************************************************** * @file stm32g071xx.h * @author MCD Application Team diff --git a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h index 027590f861..8af3dc3c14 100644 --- a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h +++ b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/CMSIS/stm32g0xx.h @@ -1,5 +1,4 @@ /** - * SPDX-License-Identifier: BSD-3-Clause ****************************************************************************** * @file stm32g0xx.h * @author MCD Application Team diff --git a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h index 98c41dc3b9..11a439f894 100644 --- a/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h +++ b/targets/TARGET_STM/TARGET_STM32G0/STM32Cube_FW/STM32G0xx_HAL_Driver/stm32g0xx_hal_def.h @@ -28,7 +28,7 @@ extern "C" { /* Includes ------------------------------------------------------------------*/ #include "stm32g0xx.h" -#include "stm32_hal_legacy.h" /* Aliases file for old names compatibility */ +#include "Legacy/stm32_hal_legacy.h" /* Aliases file for old names compatibility */ #include /* Exported types ------------------------------------------------------------*/