aboutsummaryrefslogtreecommitdiff
path: root/kernel/lcd3.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lcd3.c')
-rw-r--r--kernel/lcd3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/lcd3.c b/kernel/lcd3.c
index b7bbb10..b6e2f1e 100644
--- a/kernel/lcd3.c
+++ b/kernel/lcd3.c
@@ -106,7 +106,7 @@ lcd(void *arg)
PORTDIR |= (_BV(DATA) | _BV(CLOCK) | _BV(E));
/* task init: wait >40ms */
- update(now() + MSEC(40), MSEC(500));
+ update(MSEC(40), MSEC(500));
/* 8 bit, 2 line, 5x8 font */
write_cmd(FUNCTION_SET | DATA_LENGTH_8BIT | TWO_LINES, 39);