day3按键灭灯

This commit is contained in:
2024-07-25 00:37:35 +08:00
parent 5f50c06c8f
commit da6779f796
11 changed files with 148 additions and 736 deletions

View File

@@ -33,7 +33,7 @@ static void thread2_entry(void *parameter)
rt_kprintf("thread2 is exiting\n");
}
int thread(void)
int tgame(void)
{
tid1=rt_thread_create("thread1",
thread1_entry,