1

Dependencies:   SDFileSystem mbed

Revision:
1:1c3f6ffb47c6
Parent:
0:4e67ce020359
--- a/main.cpp	Sat Sep 10 02:46:15 2016 +0000
+++ b/main.cpp	Sat Sep 10 02:47:42 2016 +0000
@@ -11,7 +11,7 @@
     wait(1);
     pc.printf("Initializing\r\n");
     
-    fp = fopen("/sd/hello.txt", "r");    //檔名可以任意改
+    fp = fopen("/sd/hello.txt", "r");    //檔名改成跟Write時候一樣的名稱
     
     if (fp == NULL) {
         pc.printf("Fail\r\n");