From 4aee8f51848d461ed7165b2147a612fe21c21aad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Jun 2013 13:24:35 +0200 Subject: firmware: i2c is high by default --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/main.c b/firmware/main.c index 53d010a..c6694d2 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -32,7 +32,7 @@ Application examples: #ifndef TEST_DRIVER_SIZE /* define this to check out size of pure driver */ static uchar actionTimers[8]; -static uchar permstatus = 0; +static uchar permstatus = 255; /* This is the AT90S2313 version of the routine. Change for others. */ static void outputByte(uchar b) -- cgit v1.2.3