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

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Sep 18 11:15:05 2013 +0100
Parent:
24:75304dd5f5fb
Child:
26:3a65fe875a02
Commit message:
Synchronized with git revision c02372f88391a385415bca24ffaa1f0be34aab66

Changed in this revision

api/error.h Show annotated file Show diff for this revision Revisions of this file
api/mbed_debug.h Show annotated file Show diff for this revision Revisions of this file
--- a/api/error.h	Tue Sep 17 13:30:07 2013 +0100
+++ b/api/error.h	Wed Sep 18 11:15:05 2013 +0100
@@ -56,7 +56,7 @@
 #include <stdlib.h>
 #include "device.h"
 
-#ifdef DEVICE_STDIO_MESSAGES
+#if DEVICE_STDIO_MESSAGES
     #include <stdio.h>
     #define error(...) (fprintf(stderr, __VA_ARGS__), exit(1))
 #else
--- a/api/mbed_debug.h	Tue Sep 17 13:30:07 2013 +0100
+++ b/api/mbed_debug.h	Wed Sep 18 11:15:05 2013 +0100
@@ -21,7 +21,7 @@
 extern "C" {
 #endif
 
-#ifdef DEVICE_STDIO_MESSAGES
+#if DEVICE_STDIO_MESSAGES
 #include <stdio.h>
 #include <stdarg.h>