Update stm32f429_demo
authorgkostka <kostka.grzegorz@gmail.com>
Sat, 8 Nov 2014 18:01:14 +0000 (18:01 +0000)
committergkostka <kostka.grzegorz@gmail.com>
Sat, 8 Nov 2014 18:01:14 +0000 (18:01 +0000)
demos/stm32f429_disco/main.c

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