retrigger build

This commit is contained in:
Alex Voinea 2022-12-16 12:55:30 +01:00
parent 3f6089f2c1
commit d80e32fa31
1 changed files with 1 additions and 2 deletions

View File

@ -697,8 +697,7 @@ void __attribute__ ((naked)) __attribute__ ((section (".init3"))) stopWatchdogOn
} }
} }
void softReset() void softReset(void) {
{
cli(); cli();
#ifdef WATCHDOG #ifdef WATCHDOG
// If the watchdog support is enabled, use that for resetting. The timeout value is customized // If the watchdog support is enabled, use that for resetting. The timeout value is customized