Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / lcd_hd44.c
index 2949bb738cb91832019ccc124788d815e34b3761..f5d225ffb883ded720b4c1c062a307a42b4ced7b 100644 (file)
  */
 
 #include "hw_lcd.h"
+#include "lcd_hd44.h"
 
 #include <cfg/cfg_arch.h>
 
-#include <drv/lcd_hd44.h>
 #include <drv/timer.h>
 
 #if defined(LCD_READ_H) && defined(LCD_READ_L) && defined(LCD_WRITE_H) && defined(LCD_WRITE_L)