Clean up recent contribs
This commit is contained in:
@@ -31,12 +31,10 @@
|
||||
|
||||
void watchdog_init() { IWatchdog.begin(4000000); } // 4 sec timeout
|
||||
|
||||
void watchdog_reset()
|
||||
{
|
||||
IWatchdog.reload();
|
||||
|
||||
void watchdog_reset() {
|
||||
IWatchdog.reload();
|
||||
#if PIN_EXISTS(LED)
|
||||
TOGGLE(LED_PIN); // heart beat indicator
|
||||
TOGGLE(LED_PIN); // heartbeat indicator
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user