forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Revision:
48:8697dfe679b9
Parent:
0:8ad47e2b6f00
Child:
132:2c7bec5cf6fe
--- a/system_LPC17xx.h	Wed Feb 10 14:06:57 2016 +0000
+++ b/system_LPC17xx.h	Wed Feb 10 15:58:16 2016 +0000
@@ -28,7 +28,7 @@
  extern "C" {
 #endif 
 
-extern uint32_t SystemFrequency;    /*!< System Clock Frequency (Core Clock)  */
+extern uint32_t SystemFrequency1;    /*!< System Clock Frequency (Core Clock)  */
 
 
 /**
@@ -40,7 +40,11 @@
  * @brief  Setup the microcontroller system.
  *         Initialize the System and update the SystemFrequency variable.
  */
-extern void SystemInit (void);
+extern void SystemInit1 (void);
+
+
+extern void SystemCoreClockUpdate1 (void);
+
 
 #ifdef __cplusplus
 }