From: Jon Langseth Date: Fri, 20 Jul 2012 20:46:41 +0000 (+0200) Subject: Oops, got a bit trigger-happy with the cleanup, ripped out an opening bracket X-Git-Url: https://git.defcon.no/?p=avrfbosd;a=commitdiff_plain;h=46ee8f393111080079a4a37eb53e10cf62d6ffe9 Oops, got a bit trigger-happy with the cleanup, ripped out an opening bracket --- diff --git a/fbosd.c b/fbosd.c index 1c9242a..02b7afc 100644 --- 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++ )