Rename dump_crash_source to dump_crash_reason
This commit is contained in:
parent
c375610668
commit
31f416fd5e
5 changed files with 12 additions and 12 deletions
Firmware
|
@ -1678,7 +1678,7 @@ ISR(WDT_vect)
|
|||
{
|
||||
WRITE(BEEPER, 1);
|
||||
eeprom_update_byte((uint8_t*)EEPROM_CRASH_ACKNOWLEDGED, 0);
|
||||
xfdump_full_dump_and_reset(dump_crash_source::watchdog);
|
||||
xfdump_full_dump_and_reset(dump_crash_reason::watchdog);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue