适配系统适配层的更新

This commit is contained in:
2026-04-23 14:48:24 +08:00
parent d9873206cc
commit fd4b7ebf9d
10 changed files with 159 additions and 52 deletions

View File

@@ -39,7 +39,7 @@ int main()
}
while (1) {
sleep(1);
has_sleep_ms(1000);
}
return 0;
}