加入soft rtc

This commit is contained in:
2024-08-01 11:11:08 +08:00
parent b846ef98a6
commit f358a17211
3 changed files with 6 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ void test_lcd()
while(1)
{
tmp_payload();
rt_thread_mdelay(1000);
rt_thread_mdelay(100);
}
}
MSH_CMD_EXPORT(test_lcd, run my project);