Skip to content

Commit 9538a7c

Browse files
committed
Add the definition of GR-LYCHEE in mbed_rtx.h
I added the definition processing for "Dynamic Heap" when the target is GR_LYCHEE in mbed_rtx.h file.
1 parent 2f45444 commit 9538a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_RENESAS/mbed_rtx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <stdint.h>
2020

21+
#if defined(TARGET_RZ_A1H) || defined(TARGET_GR_LYCHEE)
2122
#define OS_IDLE_THREAD_STACK_SIZE 512
2223

2324
#if defined(__CC_ARM)
@@ -43,5 +44,6 @@
4344
#else
4445
#error "no toolchain defined"
4546
#endif
47+
#endif
4648

4749
#endif // MBED_MBED_RTX_H

0 commit comments

Comments
 (0)