mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Revision:
7:73c5efe92a6c
Parent:
2:e9a661555b58
Child:
8:c14af7958ef5
--- a/platform.h	Fri Oct 12 10:06:08 2012 +0000
+++ b/platform.h	Tue Oct 23 09:20:18 2012 +0000
@@ -1,14 +1,10 @@
 /* mbed Microcontroller Library - platform
  * Copyright (c) 2009 ARM Limited. All rights reserved.
- */ 
- 
+ */
 #ifndef MBED_PLATFORM_H
 #define MBED_PLATFORM_H
 
-#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) || defined(TARGET_LPC11U24)
 #define MBED_RPC          1
-#endif
-
 #define MBED_OPERATORS    1
 
 #endif