mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-11-16 14:10:55 +00:00
Fixed some quotes I screwed up
This commit is contained in:
parent
dd06c9f214
commit
8b30041f41
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user