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:aa4a9ef5ad0e, committed 2019-07-23
- Comitter:
- danilloaguiar
- Date:
- Tue Jul 23 13:47:50 2019 +0000
- Parent:
- 12:727468adfd1d
- Commit message:
- Danillo Mangue Baja Strain Gauge
Changed in this revision
| SysClockConf.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SysClockConf.cpp Sat Jun 24 19:05:15 2017 +0000
+++ b/SysClockConf.cpp Tue Jul 23 13:47:50 2019 +0000
@@ -49,7 +49,7 @@
HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2);
PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC|RCC_PERIPHCLK_USB;
PeriphClkInit.AdcClockSelection = RCC_ADCPCLK2_DIV6;
- PeriphClkInit.UsbClockSelection = RCC_USBCLKSOURCE_PLL_DIV1_5;
+ //PeriphClkInit.UsbClockSelection = RCC_USBCLKSOURCE_PLL_DIV1_5;
HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit);
}