Use configuration file instead appconfig. Reformat. Clean up. Remove CVS logs.
[bertos.git] / bertos / hw / hw_lcd.h
index a6521f40a4a957777248e3ae9c25c9f77a8ab2ca..4d63652add77ee8750dc1515c3b966a0e36cc2bc 100644 (file)
@@ -43,9 +43,8 @@
 #ifndef HW_LCD_H
 #define HW_LCD_H
 
-#include <appconfig.h>
-
-#include <cfg/macros.h> /* BV() */
+#include <cfg/cfg_lcd.h>  /* CONFIG_LCD_4BIT */
+#include <cfg/macros.h>   /* BV() */
 #include <cfg/debug.h>
 
 #include <cpu/attr.h>