Curso_STM32 / Mbed 2 deprecated STM32F103C8T6_LCD

Dependencies:   mbed TextLCD_main

Revision:
0:3fbede34afcb
diff -r 000000000000 -r 3fbede34afcb STM32F103C8T6/SysClockConf.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/STM32F103C8T6/SysClockConf.h	Wed Jan 15 00:01:54 2020 +0000
@@ -0,0 +1,17 @@
+/*
+  ******************************************************************************
+  * @file    SysClockConf.c
+  * @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.
+ */
+#pragma once
+void confSysClock(void);