X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fhw%2Fhw_rit128x96.h;h=a7cfcd01d7ffb77dd6cc946da1aca3b0dc297bb7;hb=23f95752ffe03a5f0c262b1f896211aedb185dda;hp=7ccdeb1d4b59565687c3c2a87364dc28e012203d;hpb=e9ccb7d4eec1b5e4d3fc670336828caa52df8056;p=bertos.git diff --git a/boards/ek-lm3s1968/hw/hw_rit128x96.h b/boards/ek-lm3s1968/hw/hw_rit128x96.h index 7ccdeb1d..a7cfcd01 100644 --- a/boards/ek-lm3s1968/hw/hw_rit128x96.h +++ b/boards/ek-lm3s1968/hw/hw_rit128x96.h @@ -82,7 +82,7 @@ } /*@}*/ -INLINE void lcd_bus_init(void) +INLINE void lcd_rit128x96_hw_bus_init(void) { uint32_t dummy; @@ -123,6 +123,5 @@ INLINE void lcd_bus_init(void) * 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 */