优化串口

This commit is contained in:
zhangzheng
2025-03-10 00:01:28 +08:00
parent 79d4d1cad3
commit aa35027fa7
13 changed files with 37 additions and 30 deletions

View File

@@ -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);