]> git.defcon.no Git - avrfbosd/commitdiff
Oops, got a bit trigger-happy with the cleanup, ripped out an opening bracket
authorJon Langseth <jon.langseth@lilug.no>
Fri, 20 Jul 2012 20:46:41 +0000 (22:46 +0200)
committerJon Langseth <jon.langseth@lilug.no>
Fri, 20 Jul 2012 20:46:41 +0000 (22:46 +0200)
fbosd.c

diff --git a/fbosd.c b/fbosd.c
index 1c9242ade36e3b1a1e3a22ea234383f8f7f0b3f4..02b7afce136f1293a2bdea59ec5e1404cb4baec5 100644 (file)
--- a/fbosd.c
+++ b/fbosd.c
@@ -131,6 +131,7 @@ int main(void)
        fill_rect( 54, 41, 20, 10, 0);
 
        for (;;)
+       {
                PORTB ^= 0x002;
 
                for ( int j = 8; j < 89; j++ )