Austins FAT

Dependents:   SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
austinbrown124
Date:
Sat Apr 04 19:07:18 2020 +0000
Parent:
10:28e685e5ff7f
Commit message:
First Commit

Changed in this revision

FATFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.cpp	Mon Jul 10 15:37:41 2017 +0000
+++ b/FATFileSystem.cpp	Sat Apr 04 19:07:18 2020 +0000
@@ -37,7 +37,7 @@
          | (DWORD)(ptm->tm_mday     ) << 16
          | (DWORD)(ptm->tm_hour     ) << 11
          | (DWORD)(ptm->tm_min      ) << 5
-         | (DWORD)(ptm->tm_sec/2    );
+         | (DWORD)(ptm->tm_sec/2    ); //return 0;
 }
 
 FATFileSystem *FATFileSystem::_ffs[_VOLUMES] = {0};