ref: fe53013f2b0423dd92c50f7b07e2f18a4f407d40
parent: 7af65b635475b70f5603c7a429b6572f57fb1ec7
author: gkostka <kostka.grzegorz@gmail.com>
date: Sat Nov 8 12:49:32 EST 2014
Update stm32f429_demo
--- a/demos/stm32f429_disco/main.c
+++ b/demos/stm32f429_disco/main.c
@@ -37,6 +37,7 @@
#include <stdbool.h>
#include <time.h>
#include <unistd.h>
+#include <time.h>
#include <usb_msc_lwext4.h>
#include <ext4.h>
@@ -263,7 +264,6 @@
r = ext4_fclose(&f);
- printf("ext4_fopen: test1\n");
ext4_io_timings_clear();
start = get_ms();
r = ext4_fopen(&f, "/mp/test1", "wb");
@@ -299,7 +299,6 @@
r = ext4_fclose(&f);
- printf("ext4_fopen: test1\n");
ext4_io_timings_clear();
start = get_ms();
r = ext4_fopen(&f, "/mp/test1", "r+");
@@ -454,8 +453,6 @@
hw_wait_ms(TEST_DELAY_MS);
if(!file_test())
return EXIT_FAILURE;
-
- dir_ls("/mp/");
if(sbstat){
hw_wait_ms(TEST_DELAY_MS);