Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Curtain_Sample Hank_Curtain_Sample Hank_Curtain_Sample Hank_Curtain_Sample_0427_backup
Diff: SysClockConf.cpp
- Revision:
 - 3:a92af4b1ffe1
 - Parent:
 - 2:534793444c60
 - Child:
 - 4:306609fe9dc8
 
diff -r 534793444c60 -r a92af4b1ffe1 SysClockConf.cpp
--- a/SysClockConf.cpp	Tue Jul 05 18:19:01 2016 +0000
+++ b/SysClockConf.cpp	Tue Jul 05 18:51:36 2016 +0000
@@ -56,7 +56,7 @@
     return true;
 }
 
-bool configSysClock(int freq) {
+bool confSysClock(int freq) {
     HAL_RCC_DeInit();
     if (!HSE_SystemClock_Config(freq)) {
         return false;