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:
Wed Mar 05 19:53:14 2014 +0000
Parent:
0:e54167eaccc6
Child:
2:e5c1060ec62d
Commit message:
Lib to change the clock speed of the ST Nucleo F401 to 84 MHz

Changed in this revision

ST_F401_84MHZ.cpp Show annotated file Show diff for this revision Revisions of this file
ST_F401_84MHZ.h Show annotated file Show diff for this revision Revisions of this file
--- a/ST_F401_84MHZ.cpp	Wed Mar 05 19:38:06 2014 +0000
+++ b/ST_F401_84MHZ.cpp	Wed Mar 05 19:53:14 2014 +0000
@@ -4,7 +4,7 @@
 
 #include "stm32f4xx_hal.h" 
 
-static void SystemClock_Config_84MHz_internal(void)
+void SystemClock_Config_84MHz_internal(void)
 {
   RCC_ClkInitTypeDef RCC_ClkInitStruct;
   RCC_OscInitTypeDef RCC_OscInitStruct;
--- a/ST_F401_84MHZ.h	Wed Mar 05 19:38:06 2014 +0000
+++ b/ST_F401_84MHZ.h	Wed Mar 05 19:53:14 2014 +0000
@@ -1,6 +1,6 @@
 #ifndef MBED_ST_F401_84MHZ_H
 #define MBED_ST_F401_84MHZ_H
 
-static void SystemClock_Config_84MHz_internal(void);
+void SystemClock_Config_84MHz_internal(void);
 
 #endif
\ No newline at end of file