X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Favr%2Fdrv%2Flcd_32122a_avr.c;h=9c5c36ab18f840ac6b5823e8c2bd3cb0c62ae354;hb=efbdba7e2814415234ef47bd10ff888559ea90af;hp=3ae230559926d9251b3fe7215585aa7c918d0d97;hpb=753d17c6975a0edd44fd771f1af01d95a61d292a;p=bertos.git diff --git a/cpu/avr/drv/lcd_32122a_avr.c b/cpu/avr/drv/lcd_32122a_avr.c index 3ae23055..9c5c36ab 100644 --- a/cpu/avr/drv/lcd_32122a_avr.c +++ b/cpu/avr/drv/lcd_32122a_avr.c @@ -39,30 +39,12 @@ * \brief Displaytech 32122A LCD driver */ -/*#* - *#* $Log$ - *#* Revision 1.5 2006/07/19 12:56:25 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.4 2006/04/27 05:40:11 bernie - *#* Naming convention fixes; Partial merge from project_grl. - *#* - *#* Revision 1.3 2006/02/10 12:35:31 bernie - *#* Enforce CONFIG_* definitions. - *#* - *#* Revision 1.2 2006/01/23 23:11:27 bernie - *#* Use RASTER_SIZE() to compute... err... the raster size. - *#* - *#* Revision 1.1 2006/01/16 03:50:57 bernie - *#* Import into DevLib. - *#* - *#*/ - #include "lcd_32122a_avr.h" #include #include -#include +#include +#include #include #include /* BV() */ #include