helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: targets/TARGET_RENESAS/mbed_rtx.h
- Revision:
- 182:57724642e740
- Parent:
- 181:96ed750bd169
- Child:
- 185:08ed48f1de7f
--- a/targets/TARGET_RENESAS/mbed_rtx.h Wed Jan 17 15:23:54 2018 +0000 +++ b/targets/TARGET_RENESAS/mbed_rtx.h Fri Feb 16 16:09:33 2018 +0000 @@ -18,6 +18,7 @@ #include <stdint.h> +#if defined(TARGET_RZ_A1H) || defined(TARGET_GR_LYCHEE) #define OS_IDLE_THREAD_STACK_SIZE 512 #if defined(__CC_ARM) @@ -43,5 +44,6 @@ #else #error "no toolchain defined" #endif +#endif #endif // MBED_MBED_RTX_H