Skip to content

Commit 5e36d32

Browse files
committed
rtl8195am - remove obsolete configs
The following configs were no longer necessary for RTX5. OS_TASKCNT OS_MAINSTKSIZE OS_CLOCK Signed-off-by: Tony Wu <[email protected]>
1 parent 24418b4 commit 5e36d32

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

targets/TARGET_Realtek/mbed_rtx.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,5 @@
4040
#endif
4141
#endif
4242

43-
#ifndef OS_TASKCNT
44-
#define OS_TASKCNT 14
45-
#endif
46-
#ifndef OS_MAINSTKSIZE
47-
#define OS_MAINSTKSIZE 256
48-
#endif
49-
#ifndef OS_CLOCK
50-
#define OS_CLOCK PLATFORM_CLK
51-
#endif
52-
5343
#endif
5444
#endif

0 commit comments

Comments
 (0)