Austins FAT

Dependents:   SDFileSystem

Revision:
11:15c2f108b0b5
Parent:
10:28e685e5ff7f
--- 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};