You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.pl: Always set up (simpler) watchdog END block
This commit removes the existing END blocks that vary depending on the
type of timer being used, and replaces them with a single END block that
always exists, and simply calls watchdog(0). This already cancels
whatever watchdogs are in place, doing nothing if none are.
Spotted by Tony Cook
Even though a test file should clear every timer before exit, this makes
sure it happens.
0 commit comments