X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Ftemplates%2Fkernel%2Fmain.c;h=31408ec35dbee6f33fe399108c2696f6c9fae2eb;hb=9417f1abb3518a4c9303585c127974ca295354a2;hp=34ad1c652112a20f59cdb604568429b4bbd9c2dc;hpb=325b1fff5fbaef18290e6649df2ed3edbaf4a704;p=bertos.git diff --git a/boards/ek-lm3s1968/templates/kernel/main.c b/boards/ek-lm3s1968/templates/kernel/main.c index 34ad1c65..31408ec3 100644 --- a/boards/ek-lm3s1968/templates/kernel/main.c +++ b/boards/ek-lm3s1968/templates/kernel/main.c @@ -87,7 +87,7 @@ static void init(void) /* Initialize the keypad driver */ kbd_init(); /* Initialize the internal flash memory */ - flash_init(&flash); + flash_init(&flash, 0); /* * Kernel initialization: processes (allow to create and dispatch