1.还原电池检测线程
This commit is contained in:
parent
3f2930a021
commit
93c62e0cb4
|
@ -965,7 +965,6 @@ void sf_battery_level_polling(void)
|
||||||
void* sf_battery_check_thread(void *arg)
|
void* sf_battery_check_thread(void *arg)
|
||||||
{
|
{
|
||||||
//THREAD_ENTRY();
|
//THREAD_ENTRY();
|
||||||
return NULL;
|
|
||||||
printf("[%s:%d] s\n", __FUNCTION__, __LINE__);
|
printf("[%s:%d] s\n", __FUNCTION__, __LINE__);
|
||||||
|
|
||||||
if(sf_is_battery_low(1, 0) == TRUE)
|
if(sf_is_battery_low(1, 0) == TRUE)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user