From 4d4a78f415214c5fb55df02ebb9747e7878fb533 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 20 May 2013 05:59:28 +0200 Subject: cleanup & tdisp warning fix --- src/tdisp/tdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tdisp') 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(); -- cgit v1.2.3