From e9c9f978a2818c64625e66e3046b9fb669f925d7 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 9 Dec 2023 23:33:22 +0100 Subject: [PATCH] fix import --- system/lcd.h65 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/lcd.h65 b/system/lcd.h65 index 0afe340..816a653 100644 --- a/system/lcd.h65 +++ b/system/lcd.h65 @@ -20,7 +20,7 @@ INCLUDE_LCD = 1 .scope lcd LCD_IO = IO1 -Import lcd,init,clear,print,print_char,_cmd +Import lcd,init,clear,print,print_char,set_position ;******************************************************************************** ; @macro Print a null-terminated string