STM32G0: remove MBED patch

Goal is to remove all mis-aligment with official ST CUBE delivery
pull/12201/head
jeromecoutant 2020-01-07 16:05:34 +01:00
parent 631ed0c0b3
commit 57f144ec66
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
/** /**
* SPDX-License-Identifier: BSD-3-Clause
****************************************************************************** ******************************************************************************
* @file stm32g071xx.h * @file stm32g071xx.h
* @author MCD Application Team * @author MCD Application Team

View File

@ -1,5 +1,4 @@
/** /**
* SPDX-License-Identifier: BSD-3-Clause
****************************************************************************** ******************************************************************************
* @file stm32g0xx.h * @file stm32g0xx.h
* @author MCD Application Team * @author MCD Application Team

View File

@ -28,7 +28,7 @@ extern "C" {
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include "stm32g0xx.h" #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 <stddef.h> #include <stddef.h>
/* Exported types ------------------------------------------------------------*/ /* Exported types ------------------------------------------------------------*/