X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Ftemplates%2Fempty%2Fmain.c;h=e4895270e651c312cc1797b8c946eab91886c8a5;hb=f6583713e24d19800f93733fb5adba6a8408b6f5;hp=f3ab45f31cf3e3be684fcffcca01735d8939e9bf;hpb=966cb6cc9f6aeb9a2a1ab0aee90bacb189745b50;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)