retrigger build
This commit is contained in:
parent
3f6089f2c1
commit
d80e32fa31
|
|
@ -697,8 +697,7 @@ void __attribute__ ((naked)) __attribute__ ((section (".init3"))) stopWatchdogOn
|
|||
}
|
||||
}
|
||||
|
||||
void softReset()
|
||||
{
|
||||
void softReset(void) {
|
||||
cli();
|
||||
#ifdef WATCHDOG
|
||||
// If the watchdog support is enabled, use that for resetting. The timeout value is customized
|
||||
|
|
|
|||
Loading…
Reference in New Issue