1.还原电池检测线程

This commit is contained in:
payton 2023-10-13 17:41:32 +08:00
parent 3f2930a021
commit 93c62e0cb4

View File

@ -965,7 +965,6 @@ void sf_battery_level_polling(void)
void* sf_battery_check_thread(void *arg)
{
//THREAD_ENTRY();
return NULL;
printf("[%s:%d] s\n", __FUNCTION__, __LINE__);
if(sf_is_battery_low(1, 0) == TRUE)