diff --git a/smallani/colbounce.c b/smallani/colbounce.c index 4e0d9da..3cfab0b 100644 --- a/smallani/colbounce.c +++ b/smallani/colbounce.c @@ -18,7 +18,7 @@ void colbounce(uint8_t times,uint8_t speed) } wait(speed*10); } - for (h=NUM_COLS;h>0;h--){ + for (h=NUM_COLS-1;h>1;h--){ for (i=0;i