Skip to content

Commit

Permalink
fix:idf报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Jan 30, 2024
1 parent e625d71 commit 9a49298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luat/modules/luat_lib_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ static int l_pm_dtimer_check(lua_State *L) {
lua_pushboolean(L, 1);
lua_pushinteger(L, remain);
return 2;
}else
}else{
lua_pushboolean(L, 0);
return 1;

}
}

static int l_pm_dtimer_list(lua_State *L) {
Expand Down

0 comments on commit 9a49298

Please sign in to comment.