Update board presets.
[bertos.git] / boards / ek-lm3s1968 / examples / gps / main.c
index afa799b66adc1a940d2624b60cc902e3f47003f3..5e32dc5ef8a0af6c4268c4609da7bd1465185563 100644 (file)
@@ -517,7 +517,7 @@ static struct MenuItem main_items[] =
 
 static struct Menu main_menu =
 {
-       main_items, "DevelGPS v0.1", MF_STICKY | MF_SAVESEL, &lcd_bitmap, 0
+       main_items, "DevelGPS v0.1", MF_STICKY | MF_SAVESEL, &lcd_bitmap, 0, rit128x96_blitBitmap
 };
 
 static void init(void)