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.
Revision 13:44947b910c8a, committed 2020-04-15
- Comitter:
- hankzhang
- Date:
- Wed Apr 15 14:01:29 2020 +0000
- Parent:
- 7:09d8c2eacb4d
- Commit message:
- test
Changed in this revision
SysClockConf.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 09d8c2eacb4d -r 44947b910c8a SysClockConf.cpp --- a/SysClockConf.cpp Wed Nov 23 14:31:39 2016 +0000 +++ b/SysClockConf.cpp Wed Apr 15 14:01:29 2020 +0000 @@ -59,7 +59,7 @@ PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC|RCC_PERIPHCLK_USB; PeriphClkInit.AdcClockSelection = RCC_ADCPCLK2_DIV6; - PeriphClkInit.UsbClockSelection = RCC_USBPLLCLK_DIV1_5; + //PeriphClkInit.UsbClockSelection = RCC_USBPLLCLK_DIV1_5; if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit) != HAL_OK) { return false; }