From 3571d18741ff00a327b6210a9c9d2594b4bdfb22 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 15 May 2013 18:05:25 +0200 Subject: TDISP demo fix --- demos/modules/tdisp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/tdisp') diff --git a/demos/modules/tdisp/main.c b/demos/modules/tdisp/main.c index 41a6aa34..bf6f6c46 100644 --- a/demos/modules/tdisp/main.c +++ b/demos/modules/tdisp/main.c @@ -30,7 +30,7 @@ #include "gfx.h" int main(void) { - char charmap[8]; + uint8_t charmap[8]; halInit(); chSysInit(); -- cgit v1.2.3