2021年6月11日
摘要: 看源码 void vTaskDelay( const TickType_t xTicksToDelay ) //任务睡眠函数 { BaseType_t xAlreadyYielded = pdFALSE; if( xTicksToDelay > ( TickType_t ) 0U ) { confi 阅读全文
posted @ 2021-06-11 17:52 Abele 阅读(1893) 评论(0) 推荐(0)