不能在功率中断里调用任何有关moloc()的操作?

This commit is contained in:
zogodo
2020-02-18 10:19:09 +08:00
parent 73a60d3e04
commit 8793d905f4
4 changed files with 10 additions and 15 deletions

View File

@@ -123,6 +123,8 @@ int application_start(void)
while (1)
{
UserMqttHassPower();
time_t now = time(NULL);
if (task_top && now >= task_top->prs_time)
{