X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Flm3s8962%2Flm3s8962.c;h=3ababfc61dc0388452d8b58fdada102c70aa667f;hb=c988a818c698d54dadaef6c5a5387f59827fc65c;hp=cb1200c90999a4b11dfbd9ec47edb3a875ebd340;hpb=d6386a161215035692e755d0e4ea44d96d2e7e84;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) {