From ea9e02e1ce3a2a988f255ddf6839ce892c4b0483 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Wed, 26 Jan 2011 22:25:46 +0100 Subject: [PATCH] oops, fixed --- firmware/slavechip/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/slavechip/main.h b/firmware/slavechip/main.h index 6dc28c2..4aa595d 100644 --- a/firmware/slavechip/main.h +++ b/firmware/slavechip/main.h @@ -15,6 +15,7 @@ extern uint8_t foo; extern uint16_t bar; +extern uint16_t timertmp; void baz();