aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/tdisp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/tdisp/main.c')
-rw-r--r--demos/modules/tdisp/main.c2
1 files changed, 1 insertions, 1 deletions
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();