Skip to content

Commit

Permalink
[ZB]Fix cpu 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
RexhuangTW authored Jan 5, 2024
1 parent 53926de commit 5cf6817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/zigbee/cpc-zbgw/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ void* Task_System(void* arg)
Write_ED_Table_flag = false;
Write_EndDevice_File(); //save to EndDevice_File
}
}
}
usleep(1000000);
}
printf("[Task_System] close .... \n");
}
Expand Down

0 comments on commit 5cf6817

Please sign in to comment.