Add cfg for pwm module.
[bertos.git] / bertos / drv / lcd_hd44.c
index 2949bb738cb91832019ccc124788d815e34b3761..af834f6acee358311b04fc90531218564c99b206 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include "hw_lcd.h"
+#include "lcd_hd44.h"
 
-#include <cfg/cfg_arch.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)