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.
Diff: main.cpp
- Revision:
- 2:b92db44a29b4
- Parent:
- 1:1a80c1529aa3
- Child:
- 3:7643714ec664
diff -r 1a80c1529aa3 -r b92db44a29b4 main.cpp
--- a/main.cpp Thu Jun 25 18:37:49 2015 +0000
+++ b/main.cpp Fri Jun 26 16:49:04 2015 +0000
@@ -123,7 +123,7 @@
/* RCC_MCODIV_5 33.6MHz mco output on pin PC_9 (cam xclk) */
/* RCC_MCODIV_4 42MHz mco output on pin PC_9 (cam xclk) */
/* RCC_MCODIV_3 56MHz mco output on pin PC_9 (cam xclk) */
- HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_3);
+ HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_5);
HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);
@@ -248,7 +248,6 @@
/* Initialize all configured peripherals */
MX_DMA_Init();
MX_DCMI_Init();
-// Uart_Write((uint8_t*)"Initialize all configured peripherals complete \n\r");
initLEDs();
toggleLed(1);