summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-06-29 13:24:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-06-29 13:24:35 +0200
commit4aee8f51848d461ed7165b2147a612fe21c21aad (patch)
treeada3b5ccc6e48e0960fb94e68508017a2d09306e
parent19f7ecbafbbc127643c2702eb109391f6267a6fd (diff)
firmware: i2c is high by default
-rw-r--r--firmware/main.c2
1 files changed, 1 insertions, 1 deletions
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)