Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
68:f37f3b9c9f0b
Parent:
66:9c8f0e3462fb
--- a/TARGET_LPC4088/LPC407x_8x_177x_8x.h	Thu Sep 19 15:44:18 2013 +0300
+++ b/TARGET_LPC4088/LPC407x_8x_177x_8x.h	Wed Oct 23 16:23:06 2013 +0300
@@ -34,7 +34,9 @@
 #ifndef __LPC407x_8x_177x_8x_H__
 #define __LPC407x_8x_177x_8x_H__
 
-#define CORE_M4
+#if defined(__CORTEX_M4) && !defined(CORE_M4)
+  #define CORE_M4
+#endif
 
 // ##################
 // Code Red - excluded extern "C" as unrequired