mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Revision:
8:c14af7958ef5
Parent:
0:8024c367e29f
Child:
9:663789d7729f
--- a/mbed.h	Tue Oct 23 09:20:18 2012 +0000
+++ b/mbed.h	Fri Nov 09 11:33:53 2012 +0000
@@ -1,7 +1,6 @@
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2011 ARM Limited. All rights reserved.
- */ 
- 
+ */
 #ifndef MBED_H
 #define MBED_H
 
@@ -15,12 +14,10 @@
 #include <time.h>
 
 // mbed Debug libraries
-
 #include "error.h"
 #include "mbed_interface.h"
 
 // mbed Peripheral components
-
 #include "DigitalIn.h"
 #include "DigitalOut.h"
 #include "DigitalInOut.h"
@@ -52,8 +49,7 @@
 #include "wait_api.h"
 #include "rtc_time.h"
 
-using namespace mbed; 
-using namespace std; 
+using namespace mbed;
+using namespace std;
 
-#endif 
-
+#endif