Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 11:15c2f108b0b5, committed 2020-04-04
- 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 |
diff -r 28e685e5ff7f -r 15c2f108b0b5 FATFileSystem.cpp --- 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};