mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed cancel not being exposed for watchdog functions
This commit is contained in:
parent
4bc50e4bad
commit
c19a58380c
@ -89,6 +89,7 @@ function new_watchdog(timeout)
|
||||
|
||||
return {
|
||||
get_timer = get_timer,
|
||||
feed = feed
|
||||
feed = feed,
|
||||
cancel = cancel
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user