LIbreria de soporte para la STM32F103C8T6 "Blue Pill" by Antuliu's Team

Dependents:   STM32-103C8_Plantilla_USB

Revision:
13:6b69d45b4700
Parent:
11:e0edd7ea602a
--- a/SysClockConf.h	Sat Jun 24 19:05:15 2017 +0000
+++ b/SysClockConf.h	Thu Sep 05 19:28:09 2019 +0000
@@ -1,2 +1,7 @@
+#ifndef CONFSYSCLOCK_H
+#define CONFSYSCLOCK_H
+
 #pragma once
-void confSysClock(void);
\ No newline at end of file
+void confSysClock(void);
+
+#endif
\ No newline at end of file