Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / hw / hw_lcd.h
index 4d63652add77ee8750dc1515c3b966a0e36cc2bc..416b7e9942c194274534c7fda5c9df5dea4dece6 100644 (file)
@@ -43,7 +43,7 @@
 #ifndef HW_LCD_H
 #define HW_LCD_H
 
-#include <cfg/cfg_lcd.h>  /* CONFIG_LCD_4BIT */
+#include "cfg/cfg_lcd.h"  /* CONFIG_LCD_4BIT */
 #include <cfg/macros.h>   /* BV() */
 #include <cfg/debug.h>