Generalize pwm test for all target.
[bertos.git] / bertos / drv / lcd_hd44.c
index 6b7b1568c570ba3a34a70423ea856bb955b23401..af834f6acee358311b04fc90531218564c99b206 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include "hw_lcd.h"
+#include "lcd_hd44.h"
 
-#include <cfg/arch_config.h>
+#include "hw/hw_lcd.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)