remove robin enable config

This commit is contained in:
SheldonDai
2019-09-27 11:30:24 +08:00
parent 874b7307ae
commit 26edb2dfb3
7 changed files with 7 additions and 18 deletions

View File

@@ -49,7 +49,6 @@ extern k_mmheap_ctl_t k_mmheap_ctl;
#if TOS_CFG_ROUND_ROBIN_EN > 0u
extern k_timeslice_t k_robin_default_timeslice;
extern k_robin_state_t k_robin_state;
#endif
#if TOS_CFG_TIMER_EN > 0u