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:
95:7e07b6fb45cf
Parent:
93:e188a91d3eaa
Child:
102:da0ca467f8b5
--- a/TARGET_RZ_A1H/TARGET_RENESAS/TARGET_RZ_A1H/device.h	Mon Feb 16 16:32:49 2015 +0000
+++ b/TARGET_RZ_A1H/TARGET_RENESAS/TARGET_RZ_A1H/device.h	Wed Mar 04 07:31:39 2015 +0100
@@ -19,7 +19,7 @@
 /* ->Take measures about optimization problems of web compiler */
    /* Web compiler has problem that inlining code may not be generated correctly */
    /* when "-O3 -Otime" was specified. */
-#if defined(__arm__) && (__ARMCC_VERSION <= 5040027)
+#if defined(__CC_ARM) && (__ARMCC_VERSION <= 5040027)
 #pragma Ospace
 #endif
 /* <-Take measures about optimization problems of web compiler */