Update examples.
[bertos.git] / examples / lm3s1968 / hw / hw_rit128x96.h
index 7ccdeb1d4b59565687c3c2a87364dc28e012203d..5a8de9fc250bc082da5ce28c68c8276cda7e3987 100644 (file)
@@ -82,7 +82,7 @@
        }
 /*@}*/
 
-INLINE void lcd_bus_init(void)
+INLINE void lcd_rit128x96_hw_bus_init(void)
 {
        uint32_t dummy;
 
@@ -119,10 +119,4 @@ INLINE void lcd_bus_init(void)
        while (lm3s_ssiReadFrameNonBlocking(SSI0_BASE, &dummy));
 }
 
-/*
- * XXX: menu stuff requires lcd_blitBimap() function to be defined.
- * Find a better way to do this.
- */
-#define rit128x96_blitBitmap lcd_blitBitmap
-
 #endif /* HW_RIT128x96_H */