This commit is contained in:
Aurora Wright 2017-08-17 17:33:18 +02:00
parent aa8e0bda8c
commit 9efac01c86

View File

@ -193,7 +193,8 @@ void detectAndProcessExceptionDumps(void)
memset32((void *)dumpHeader, 0, dumpHeader->totalSize);
exit:
waitInput(false);
exit:
mcuPowerOff();
}