From 5b7a675e1f5201526ad48202cfdf6679867e50f2 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 1 Aug 2011 16:09:04 +0200 Subject: [PATCH] Whoops. Make systick called again in APP=tester --- firmware/applications/tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/applications/tester.c b/firmware/applications/tester.c index 667b335..d494e42 100644 --- a/firmware/applications/tester.c +++ b/firmware/applications/tester.c @@ -16,3 +16,5 @@ void main_tester(void) { handleMenu(&mainmenu); gotoISP(); }; + +void tick_tester(void);