mbed library sources. Supersedes mbed-src. Edited target satm32f446 for user USART3 pins
Fork of mbed-dev by
Diff: targets/TARGET_RENESAS/mbed_rtx.h
- Revision:
- 181:57724642e740
- Parent:
- 180:96ed750bd169
- Child:
- 184:08ed48f1de7f
diff -r 96ed750bd169 -r 57724642e740 targets/TARGET_RENESAS/mbed_rtx.h --- 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