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: Bob_Curtain_Sample_0506
Revision 13:fe3c80e86183, committed 2020-05-05
- Comitter:
- bbw
- Date:
- Tue May 05 11:15:06 2020 +0000
- Parent:
- 7:09d8c2eacb4d
- Commit message:
- communication with WIFI module is ok
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 Tue May 05 11:15:06 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; }