aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dadffc68..a5608acf 100644
--- a/src/tdisp/tdisp.c
+++ b/src/tdisp/tdisp.c
@@ -96,7 +96,7 @@ void tdispDrawString(char *s) {
void tdispDrawStringLocation(coord_t col, coord_t row, char *s) {
tdispSetCursor(col, row);
- tdispSDrawString(s);
+ tdispDrawString(s);
}
void tdispControl(uint16_t what, void *value) {