From 372b3117f62ac60441e711d2777ea0a130541d8b Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 24 Aug 2010 23:01:21 +0000 Subject: [PATCH] removed printf to reduce avr image size --- games/breakout/rebound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/breakout/rebound.c b/games/breakout/rebound.c index a0a7964..82d0c6a 100644 --- a/games/breakout/rebound.c +++ b/games/breakout/rebound.c @@ -51,7 +51,7 @@ void rebound_draw () else playfield_set (i, NUM_ROWS-1, sp); /* space */ } - printf("rpos: %i\n", rbpos); +// printf("rpos: %i\n", rbpos); } void rebound_tick(ball_t *ball)