shithub: lwext4

Download patch

ref: 964d90704a66fbf8410e0f25715333c90f04a2db
parent: a9d50411a953b42661b8c3940e1914d87add1599
author: gkostka <kostka.grzegorz@gmail.com>
date: Sun Jun 22 12:07:37 EDT 2014

STM32F429 demo update.

--- a/demos/stm32f429_disco/main.c
+++ b/demos/stm32f429_disco/main.c
@@ -221,7 +221,7 @@
         sprintf(path, "/mp/dir1/f%d", i);
         r = ext4_fopen(&f, path, "wb");
         if(r != EOK){
-            printf("Unable to create file in directory: /mp/dir1\n");
+            printf("Unable to create file in directory: /mp/dir1 r = %d\n", r);
             return false;
         }
     }