Mangue Baja

Files at this revision

API Documentation at this revision

Comitter:
danilloaguiar
Date:
Wed Oct 23 23:50:25 2019 +0000
Parent:
12:727468adfd1d
Commit message:
a

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	Wed Oct 23 23:50:25 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);
 }