X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=1cd1cccb6b8b697247cbedeba5d4b0fc0dd8c847;hb=eed2974c656d4343a00dfee1bac274973b73a84f;hp=f5d225ffb883ded720b4c1c062a307a42b4ced7b;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index f5d225ff..1cd1cccb 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 Stefano Fedrigo */ -#include "hw_lcd.h" #include "lcd_hd44.h" -#include +#include "hw/hw_lcd.h" + +#include "cfg/cfg_arch.h" #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)