X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=2592c0312fa2dd58917863f4083e9f38c0723178;hb=5052c1fc4ec98aee492d449e853febc1a2b09d40;hp=6b7b1568c570ba3a34a70423ea856bb955b23401;hpb=9a754922afdbcf6aa1c3fc6ee391d2cfafb06d58;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index 6b7b1568..2592c031 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -33,17 +33,21 @@ * \brief LM044L type LCD hardware module (impl.) * * \version $Id$ - * \author Bernardo Innocenti + * + * \author Bernie Innocenti * \author Stefano Fedrigo */ -#include "hw_lcd.h" +#include "lcd_hd44.h" + +#include "hw/hw_lcd.h" -#include +#include "cfg/cfg_arch.h" -#include #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)