mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
256:76fd9a263045
Parent:
20:4263a77256ae
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC43XX/system_LPC43xx.h	Fri Jul 11 10:00:08 2014 +0100
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC43XX/system_LPC43xx.h	Tue Jul 15 07:45:08 2014 +0100
@@ -81,6 +81,7 @@
  *         Initialize the System and update the SystemCoreClock variable.
  */
 extern void SystemInit (void);
+extern void SystemCoreClockUpdate(void);
 
 #ifdef __cplusplus
 }