shithub: lwext4

Download patch

ref: 4a2f38e4d6ec0871e0e7077d6b322b20549e648f
parent: fe53013f2b0423dd92c50f7b07e2f18a4f407d40
author: gkostka <kostka.grzegorz@gmail.com>
date: Sat Nov 8 13:01:14 EST 2014

Update stm32f429_demo

--- a/demos/stm32f429_disco/main.c
+++ b/demos/stm32f429_disco/main.c
@@ -213,7 +213,7 @@
     clock_t stop;
     clock_t start;
 
-    printf("\ndir_test: %d\n", len);
+    printf("dir_test: %d\n", len);
     ext4_io_timings_clear();
     start = get_ms();
 
@@ -256,7 +256,7 @@
     uint32_t kbps;
     uint64_t size_bytes;
 
-    printf("\nfile_test:\n");
+    printf("file_test:\n");
 
     /*Add hello world file.*/
     r = ext4_fopen(&f, "/mp/hello.txt", "wb");
@@ -473,7 +473,7 @@
     if(!umount())
         return EXIT_FAILURE;
 
-    printf("\npress RESET button to restart\n");
+    printf("press RESET button to restart\n");
 
     while (1) {
         hw_wait_ms(500);