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
Revision 13:c5c21a60441d, committed 2020-04-16
- Comitter:
- hankzhang
- Date:
- Thu Apr 16 07:14:44 2020 +0000
- Parent:
- 7:09d8c2eacb4d
- Commit message:
- Remove original main.cpp; just test mul-ti thread.
Changed in this revision
SysClockConf.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SysClockConf.cpp Wed Nov 23 14:31:39 2016 +0000 +++ b/SysClockConf.cpp Thu Apr 16 07:14:44 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; }