From cf1a74e53230965694c0ca524b7fc3ab57e4c8ce Mon Sep 17 00:00:00 2001 From: midelic Date: Fri, 1 Dec 2017 02:48:59 +0200 Subject: [PATCH] Delete system_stm32f10x.h --- StmBoot/system_stm32f10x.h | 94 -------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 StmBoot/system_stm32f10x.h diff --git a/StmBoot/system_stm32f10x.h b/StmBoot/system_stm32f10x.h deleted file mode 100644 index cf8d868..0000000 --- a/StmBoot/system_stm32f10x.h +++ /dev/null @@ -1,94 +0,0 @@ -/** - ****************************************************************************** - Released into the public domain. - This work is free: you can redistribute it and/or modify it under the terms of - Creative Commons Zero license v1.0 - - This work is licensed under the Creative Commons Zero 1.0 United States License. - To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ - or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, - California, 94105, USA. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. - ****************************************************************************** - */ - - -/** @addtogroup CMSIS - * @{ - */ - -/** @addtogroup stm32f10x_system - * @{ - */ - -/** - * @brief Define to prevent recursive inclusion - */ -#ifndef __SYSTEM_STM32F10X_H -#define __SYSTEM_STM32F10X_H - -#ifdef __cplusplus - extern "C" { -#endif - -/** @addtogroup STM32F10x_System_Includes - * @{ - */ - -/** - * @} - */ - - -/** @addtogroup STM32F10x_System_Exported_types - * @{ - */ - -extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ - -/** - * @} - */ - -/** @addtogroup STM32F10x_System_Exported_Constants - * @{ - */ - -/** - * @} - */ - -/** @addtogroup STM32F10x_System_Exported_Macros - * @{ - */ - -/** - * @} - */ - -/** @addtogroup STM32F10x_System_Exported_Functions - * @{ - */ - -extern void SystemInit(void); -extern void SystemCoreClockUpdate(void); -/** - * @} - */ - -#ifdef __cplusplus -} -#endif - -#endif /*__SYSTEM_STM32F10X_H */ - -/** - * @} - */ - -/** - * @} - */