X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s8962%2Flm3s8962.c;h=3ababfc61dc0388452d8b58fdada102c70aa667f;hb=c851049cc46e33cbcff7c43ce69400798eb8e209;hp=cb1200c90999a4b11dfbd9ec47edb3a875ebd340;hpb=71cf95cea1162642bdd9034ddbc0920c70de1af1;p=bertos.git diff --git a/examples/lm3s8962/lm3s8962.c b/examples/lm3s8962/lm3s8962.c index cb1200c9..3ababfc6 100644 --- a/examples/lm3s8962/lm3s8962.c +++ b/examples/lm3s8962/lm3s8962.c @@ -324,7 +324,7 @@ static struct MenuItem main_items[] = { (const_iptr_t)"Reboot", 0, (MenuHook)soft_reset, (iptr_t)&lcd_bitmap }, { (const_iptr_t)0, 0, NULL, (iptr_t)0 } }; -static struct Menu main_menu = { main_items, "BeRTOS", MF_STICKY | MF_SAVESEL, &lcd_bitmap, 0 }; +static struct Menu main_menu = { main_items, "BeRTOS", MF_STICKY | MF_SAVESEL, &lcd_bitmap, 0, rit128x96_blitBitmap }; int main(void) {