Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / cpu / avr / drv / lcd_32122a_avr.c
index 431e6674fb3a57772a1162028ce776500a660bd0..6a85a76f0b2d300cb5096da6bc53afdc563efd71 100644 (file)
@@ -42,7 +42,7 @@
 
 #include "lcd_32122a_avr.h"
 
-#include "appconfig.h"
+#include <cfg/cfg_lcd.h>
 
 #include <cfg/macros.h> /* BV() */
 #include <cfg/debug.h>