From 11257687c271e1d734eaca40db58e5e615e86f8f Mon Sep 17 00:00:00 2001 From: Christian Lind Madsen Date: Mon, 29 Jan 2024 16:47:34 +0100 Subject: [PATCH] commit --- lcd_hd44780.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcd_hd44780.h b/lcd_hd44780.h index 3a19461..2093536 100644 --- a/lcd_hd44780.h +++ b/lcd_hd44780.h @@ -48,8 +48,8 @@ typedef struct { }hd44780_gpioset_t; -typedef int (*setGet_Gpio_Event_fpt)(hd44780_gpioset_t *data_input, uint8_t set_get)reentrant; -typedef int (*wait_ms_Event_fpt)(uint32_t delay_ms)reentrant; +typedef int (*setGet_Gpio_Event_fpt)(hd44780_gpioset_t *data_input, uint8_t set_get);//reentrant; +typedef int (*wait_ms_Event_fpt)(uint32_t delay_ms);//reentrant; typedef struct{