Explorar o código

Fixed some quotes I screwed up

Troy %!s(int64=4) %!d(string=hai) anos
pai
achega
8b30041f41
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/BlueSCSI.cpp

+ 2 - 1
src/BlueSCSI.cpp

@@ -337,12 +337,13 @@ void readSDCardInfo()
 
     LOG_FILE.print("Sd Date:");
     LOG_FILE.print(sd_cid.mdt_month);
-    LOG_FILE.print('/20'); // CID year is 2000 + high/low
+    LOG_FILE.print("/20"); // CID year is 2000 + high/low
     LOG_FILE.print(sd_cid.mdt_year_high);
     LOG_FILE.println(sd_cid.mdt_year_low);
     
     LOG_FILE.print("Sd Serial:");
     LOG_FILE.println(sd_cid.psn);
+    LOG_FILE.sync();
   }
 }