mbed library sources: Modified to operate FRDM-KL25Z at 48MHz from internal 32kHz oscillator (nothing else changed).

Fork of mbed-src by mbed official

The only file that changed is: mbed-src-FLL48/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/system_MKL25Z4.h

Revision:
4:c4bfb462ca53
Parent:
2:143cac498751
--- a/capi/pinmap.h	Sat Feb 23 15:48:17 2013 +0000
+++ b/capi/pinmap.h	Wed Mar 13 15:04:05 2013 +0000
@@ -22,8 +22,6 @@
 extern "C" {
 #endif
 
-PinName parse_pins(const char *str);
-
 typedef struct {
     PinName pin;
     int peripheral;