mirror of https://github.com/ARMmbed/mbed-os.git
STM32G0: remove MBED patch
Goal is to remove all mis-aligment with official ST CUBE deliverypull/12201/head
parent
631ed0c0b3
commit
57f144ec66
|
@ -1,5 +1,4 @@
|
||||||
/**
|
/**
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32g071xx.h
|
* @file stm32g071xx.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/**
|
/**
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32g0xx.h
|
* @file stm32g0xx.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
|
|
|
@ -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 ------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue