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

@@ -32,7 +32,6 @@ k_mmheap_ctl_t k_mmheap_ctl;
#if TOS_CFG_ROUND_ROBIN_EN > 0u
k_timeslice_t k_robin_default_timeslice = TOS_CFG_CPU_TICK_PER_SECOND / 10;
k_robin_state_t k_robin_state = TOS_ROBIN_STATE_DISABLED;
#endif
#if TOS_CFG_TIMER_EN > 0u