X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_hd44.c;h=af834f6acee358311b04fc90531218564c99b206;hb=b50c45ad2775f2b59f5b58bf2d831faafad36e92;hp=6b7b1568c570ba3a34a70423ea856bb955b23401;hpb=9a754922afdbcf6aa1c3fc6ee391d2cfafb06d58;p=bertos.git diff --git a/bertos/drv/lcd_hd44.c b/bertos/drv/lcd_hd44.c index 6b7b1568..af834f6a 100644 --- a/bertos/drv/lcd_hd44.c +++ b/bertos/drv/lcd_hd44.c @@ -37,11 +37,12 @@ * \author Stefano Fedrigo */ -#include "hw_lcd.h" +#include "lcd_hd44.h" -#include +#include "hw/hw_lcd.h" + +#include "cfg/cfg_arch.h" -#include #include #if defined(LCD_READ_H) && defined(LCD_READ_L) && defined(LCD_WRITE_H) && defined(LCD_WRITE_L)