aboutsummaryrefslogtreecommitdiffstats
path: root/src/tdisp/tdisp.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-20 05:59:28 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-20 05:59:28 +0200
commit4d4a78f415214c5fb55df02ebb9747e7878fb533 (patch)
tree997d544af36bc153dd100cefaa6c13902d8230eb /src/tdisp/tdisp.c
parent896e67c9007dd5e8fa4032f446cb4c90d9ca6837 (diff)
downloaduGFX-4d4a78f415214c5fb55df02ebb9747e7878fb533.tar.gz
uGFX-4d4a78f415214c5fb55df02ebb9747e7878fb533.tar.bz2
uGFX-4d4a78f415214c5fb55df02ebb9747e7878fb533.zip
cleanup & tdisp warning fix
Diffstat (limited to 'src/tdisp/tdisp.c')
-rw-r--r--src/tdisp/tdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdisp/tdisp.c b/src/tdisp/tdisp.c
index a5608acf..42b22cd5 100644
--- a/src/tdisp/tdisp.c
+++ b/src/tdisp/tdisp.c
@@ -72,7 +72,7 @@ void tdispSetCursor(coord_t col, coord_t row) {
MUTEX_LEAVE();
}
-void tdispCreateChar(uint8_t address, uint8_t *charmap) {
+void tdispCreateChar(uint8_t address, char *charmap) {
/* make sure we don't write somewhere we're not supposed to */
if (address < TDISP.maxCustomChars) {
MUTEX_ENTER();