Peter Drescher / ST_401_84MHZ

Dependents:   Nucleo_spi_master_20MHz Nucleo_vs_Arduino_Speed_Test DMA_I2S_Test MPU9150AHRS ... more

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Fri Mar 07 21:23:07 2014 +0000
Parent:
3:1d8106fcb4c5
Child:
5:f44655076466
Commit message:
docu

Changed in this revision

ST_F401_84MHZ.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ST_F401_84MHZ.cpp	Fri Mar 07 20:21:31 2014 +0000
+++ b/ST_F401_84MHZ.cpp	Fri Mar 07 21:23:07 2014 +0000
@@ -32,10 +32,11 @@
 // You have to add X3 8MHz 
 // C33,C34 18pF 0603
 // R35,R37 0R 0603 or use wire
+
+
 void SystemClock_Config_84MHz_external(void)
 {
   RCC_ClkInitTypeDef RCC_ClkInitStruct;
-  RCC_PeriphCLKInitTypeDef PeriphClkInitStruct;
   RCC_OscInitTypeDef RCC_OscInitStruct;
 
   RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI|RCC_OSCILLATORTYPE_HSE;