Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / lcd_hd44.c
index 6b7b1568c570ba3a34a70423ea856bb955b23401..f5d225ffb883ded720b4c1c062a307a42b4ced7b 100644 (file)
  */
 
 #include "hw_lcd.h"
+#include "lcd_hd44.h"
 
-#include <cfg/arch_config.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)