From 9efac01c869f66828d0c46479aab1bcbab7f8bd8 Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Thu, 17 Aug 2017 17:33:18 +0200 Subject: [PATCH] Fix derp --- source/exceptions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/exceptions.c b/source/exceptions.c index 44606a1..d09a779 100644 --- a/source/exceptions.c +++ b/source/exceptions.c @@ -193,7 +193,8 @@ void detectAndProcessExceptionDumps(void) memset32((void *)dumpHeader, 0, dumpHeader->totalSize); -exit: waitInput(false); + +exit: mcuPowerOff(); }