优化串口
This commit is contained in:
@@ -6,7 +6,7 @@ typedef struct thread_wait_entry
|
||||
slist_head_t node;
|
||||
thread_t *th;
|
||||
umword_t times;
|
||||
umword_t times_debug;
|
||||
// umword_t times_debug;
|
||||
} thread_wait_entry_t;
|
||||
void thread_check_timeout(void);
|
||||
thread_wait_entry_t *thread_sleep_del(thread_t *th);
|
||||
|
||||
Reference in New Issue
Block a user