X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lm3s1968%2Ftemplates%2Fempty%2Fmain.c;fp=boards%2Fek-lm3s1968%2Ftemplates%2Fempty%2Fmain.c;h=e4895270e651c312cc1797b8c946eab91886c8a5;hb=74081ebc421ca63e090ae8027a634a0c1b8f6864;hp=f3ab45f31cf3e3be684fcffcca01735d8939e9bf;hpb=23f95752ffe03a5f0c262b1f896211aedb185dda;p=bertos.git diff --git a/boards/ek-lm3s1968/templates/empty/main.c b/boards/ek-lm3s1968/templates/empty/main.c index f3ab45f3..e4895270 100644 --- a/boards/ek-lm3s1968/templates/empty/main.c +++ b/boards/ek-lm3s1968/templates/empty/main.c @@ -83,7 +83,7 @@ static void init(void) /* Initialize the keypad driver */ kbd_init(); /* Initialize the internal flash memory */ - flash_init(&flash); + flash_init(&flash, 0); } int main(void)