Update lm3s templates.
[bertos.git] / boards / ek-lm3s1968 / templates / empty / main.c
index f3ab45f31cf3e3be684fcffcca01735d8939e9bf..e4895270e651c312cc1797b8c946eab91886c8a5 100644 (file)
@@ -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)