mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-22 05:13:39 +08:00
@@ -373,7 +373,6 @@ void su_yield_tasking(void)
|
||||
*/
|
||||
void su_delay(s_delay_t tick)
|
||||
{
|
||||
if(!tick) return;
|
||||
s_task_current->timer = tick;
|
||||
if(!s_sign_schedule.every[0]){ /* 阻塞延时 */
|
||||
if(~tick) sv_insert_timer_list();
|
||||
|
||||
Reference in New Issue
Block a user