From e05bfeea1bbdfac77ce2f562039f37b787d242fd Mon Sep 17 00:00:00 2001 From: asklepios Date: Fri, 13 May 2011 13:19:56 +0000 Subject: [PATCH] removed doubles --- smallani/colbounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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