From 10f94e972a33fd8d6940b6b2191c1713a0f3c8d1 Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Sat, 30 Sep 2017 22:30:56 +0800 Subject: [PATCH] rtl8195am - remove obsolete configs The following configs were no longer necessary for RTX5. OS_TASKCNT OS_MAINSTKSIZE OS_CLOCK Signed-off-by: Tony Wu --- targets/TARGET_Realtek/mbed_rtx.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/targets/TARGET_Realtek/mbed_rtx.h b/targets/TARGET_Realtek/mbed_rtx.h index cbf7b73fbc..9ac21a6be8 100644 --- a/targets/TARGET_Realtek/mbed_rtx.h +++ b/targets/TARGET_Realtek/mbed_rtx.h @@ -40,15 +40,5 @@ #endif #endif -#ifndef OS_TASKCNT -#define OS_TASKCNT 14 -#endif -#ifndef OS_MAINSTKSIZE -#define OS_MAINSTKSIZE 256 -#endif -#ifndef OS_CLOCK -#define OS_CLOCK PLATFORM_CLK -#endif - #endif #endif