From cd15a9eddb9a568621c71fcfe67710d699f7eda1 Mon Sep 17 00:00:00 2001 From: "Christian L. V. Madsen" Date: Sat, 17 Aug 2024 21:29:38 +0200 Subject: [PATCH] commit --- lcd_hd44780.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcd_hd44780.c b/lcd_hd44780.c index c8b3f6c..62b9560 100644 --- a/lcd_hd44780.c +++ b/lcd_hd44780.c @@ -3,7 +3,7 @@ -void lcd_hd44780_writeToDisp(lcd_hd44780_t *inst){ +void lcd_hd44780_writeToDisp(cm_lcd_hd44780_t *inst){ inst->setGetGpio_event(&(inst->gpio_data),LCD_HD44780_SET); }