remove some redundant judgement

This commit is contained in:
daishengdong
2020-03-06 19:27:21 +08:00
parent ec497c52de
commit 79a0524b60
13 changed files with 18 additions and 51 deletions

View File

@@ -108,7 +108,7 @@ __KNL__ void tick_update(k_tick_t tick)
break;
}
// we are pending on something, but tick's up, no longer waitting
// we are pending for something, but tick's up, no longer waitting
pend_task_wakeup(task, PEND_STATE_TIMEOUT);
}