Remove CVS logs.
[bertos.git] / cpu / avr / drv / lcd_32122a_avr.c
index 9c5c36ab18f840ac6b5823e8c2bd3cb0c62ae354..f635d414a7f840bdd6c293ea00eec96591ee3089 100644 (file)
@@ -253,7 +253,7 @@ MOD_DEFINE(lcd)
  * as required by the LCD driver.
  */
 DECLARE_WALL(wall_before_raster, WALL_SIZE)
-static uint8_t lcd_raster[RASTER_SIZE(LCD_WIDTH, LCD_HEIGHT)];
+static uint8_t lcd_raster[RAST_SIZE(LCD_WIDTH, LCD_HEIGHT)];
 DECLARE_WALL(wall_after_raster, WALL_SIZE)
 
 /** Default LCD bitmap */