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
Diff: toolchain.h
- Revision:
- 64:e3affc9e7238
- Parent:
- 59:0883845fe643
- Child:
- 66:9c8f0e3462fb
--- a/toolchain.h Wed May 08 14:50:20 2013 +0100 +++ b/toolchain.h Mon Aug 05 12:28:09 2013 +0300 @@ -16,7 +16,7 @@ #ifndef MBED_TOOLCHAIN_H #define MBED_TOOLCHAIN_H -#if defined(TOOLCHAIN_ARM) || defined(TOOLCHAIN_uARM) +#if defined(TOOLCHAIN_ARM) #include <rt_sys.h> #endif