Bluepill_Plantilla Es la plantilla base (mejorada) para soporte y compatibilidad en Mbed para la tarjeta "BluePill" basada en el procesador ARM M3 STM32F103C8T6

Dependencies:   mbed

Revision:
8:9cb2877285b2
Parent:
6:f47832fe0b07
--- a/BluePill/SysClockConf.h	Tue Feb 22 04:28:18 2022 +0000
+++ b/BluePill/SysClockConf.h	Thu Aug 25 01:36:53 2022 +0000
@@ -1,22 +1,2 @@
-/*
-  ******************************************************************************
-  * @file    SysClockConf.h
-  * @version 
-  * @date    05-July-2016
-  * @brief   System Clock configuration for STM32F103C8T6
-  *****************************************************************************
-  *
-  * All rights reserved.
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-*/
-#ifndef CONFSYSCLOCK_H
-#define CONFSYSCLOCK_H
-
 #pragma once
 void confSysClock(void);
-
-#endif
\ No newline at end of file