diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/main.c | 2 |
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) |