aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tamper.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tamper.c b/tamper.c
index e3d12af..e2b2127 100644
--- a/tamper.c
+++ b/tamper.c
@@ -261,8 +261,12 @@ main()
if (panic_p())
mkm_wipe();
- if (!panic_p())
- sleep();
+ /* Sleep is not working right at the moment (the AVR seems to be reset
+ when brought out of sleep mode by a press on the panic button).
+
+ if (!panic_p())
+ sleep();
+ */
}
return 0;