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.
Diff: SysClockConf.cpp
- Revision:
- 3:a92af4b1ffe1
- Parent:
- 2:534793444c60
- Child:
- 4:306609fe9dc8
--- 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;