incubator-nuttx/sched/wdog
yangguangcai fe30f0fa82 sched/wdog:change g_wdtickbase update situation.
In the 'wd_timer',the callback function executed by 'wd_expiration' could call wd_start,and g_wdtickbase might be updated.Subsequently, g_wdtickbase is incremented by the value of ticks, causing g_wdtickbase to be greater than the actual passage of time.

Signed-off-by: yangguangcai <yangguangcai@xiaomi.com>
2023-09-19 11:41:50 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
wd_cancel.c
wd_gettime.c
wd_initialize.c
wd_recover.c
wd_start.c sched/wdog:change g_wdtickbase update situation. 2023-09-19 11:41:50 +08:00
wdog.h