rtl8195am - remove obsolete configs

The following configs were no longer necessary for RTX5.
    OS_TASKCNT
    OS_MAINSTKSIZE
    OS_CLOCK

Signed-off-by: Tony Wu <tonywu@realtek.com>
pull/5355/head
Tony Wu 2017-09-30 22:30:56 +08:00 committed by adbridge
parent 3b45287824
commit 10f94e972a
1 changed files with 0 additions and 10 deletions

View File

@ -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