X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=1cd1cccb6b8b697247cbedeba5d4b0fc0dd8c847;hb=a2fc2366ad564f11e705703ed1f42b7dc499a47c;hp=af834f6acee358311b04fc90531218564c99b206;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index af834f6a..1cd1cccb 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -33,6 +33,7 @@ * \brief LM044L type LCD hardware module (impl.) * * \version $Id$ + * * \author Bernardo Innocenti * \author Stefano Fedrigo */ @@ -45,6 +46,8 @@ #include +#warning FIXME: Revise and refactor this code. + #if defined(LCD_READ_H) && defined(LCD_READ_L) && defined(LCD_WRITE_H) && defined(LCD_WRITE_L) #define CONFIG_LCD_4BIT 1 #elif defined(LCD_READ) && defined(LCD_WRITE)