From b1abec4fb2478057da8e0e6788b015ce16e4985b Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Sat, 16 Jul 2016 15:04:09 +0200 Subject: Release MKM to the FPGA on initialization. --- tamper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tamper.c b/tamper.c index 9169895..e3d12af 100644 --- a/tamper.c +++ b/tamper.c @@ -254,6 +254,8 @@ main() for (int i = 0; i < 16000; i++); AVR_LED_PORT &= ~0x0f; + mkm_release(); + while (1) { if (panic_p()) -- cgit v1.2.3