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

Dependents:   STM32-103C8_Plantilla_USB

Revision:
13:6b69d45b4700
Parent:
8:2582ee8cc84c
--- a/stm32f103c8t6.h	Sat Jun 24 19:05:15 2017 +0000
+++ b/stm32f103c8t6.h	Thu Sep 05 19:28:09 2019 +0000
@@ -1,3 +1,9 @@
 #pragma once
+
+#ifndef STM32F103C8T6_H
+#define STM32F103C8T6_H
+#include "stm32f10x.h"
 #include "PinNames.h"
 #include "SysClockConf.h"
+
+#endif
\ No newline at end of file