From 6057b6e3e88afb7018e4cca96e67fff1da90ba2d Mon Sep 17 00:00:00 2001 From: Stefan Kinzel Date: Fri, 15 Aug 2014 00:47:24 +0200 Subject: [PATCH] DNA: corrected uint8_t-error --- src/animations/dna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animations/dna.c b/src/animations/dna.c index 806d93a..e927853 100644 --- a/src/animations/dna.c +++ b/src/animations/dna.c @@ -68,7 +68,7 @@ void dna(){ uint8_t sinpos = 0; - uint8_t direction = 1; + int8_t direction = 1; clear_screen(0);