diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-05-15 18:05:25 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-05-15 18:05:25 +0200 |
commit | 3571d18741ff00a327b6210a9c9d2594b4bdfb22 (patch) | |
tree | b695ce63ec58129db7e5ab16fb29891c50b02eaa /demos/modules/tdisp/main.c | |
parent | 5d4de9e0ee0b19ff44b8d1ce6210edcf6eaa8cdb (diff) | |
download | uGFX-3571d18741ff00a327b6210a9c9d2594b4bdfb22.tar.gz uGFX-3571d18741ff00a327b6210a9c9d2594b4bdfb22.tar.bz2 uGFX-3571d18741ff00a327b6210a9c9d2594b4bdfb22.zip |
TDISP demo fix
Diffstat (limited to 'demos/modules/tdisp/main.c')
-rw-r--r-- | demos/modules/tdisp/main.c | 2 |
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();
|