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.
Fork of FATFileSystem by
Revision 9:38e1726dec1c, committed 2016-02-21
- Comitter:
- rllamado
- Date:
- Sun Feb 21 07:26:39 2016 +0000
- Parent:
- 8:a456d6e3d89b
- Commit message:
- something;
Changed in this revision
FATFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.cpp Sat Feb 20 03:56:04 2016 +0000 +++ b/FATFileSystem.cpp Sun Feb 21 07:26:39 2016 +0000 @@ -19,7 +19,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#include "mbed.h" + +//#include "mbed.h" + +#include <time.h> #include "ffconf.h" #include "mbed_debug.h" @@ -53,7 +56,7 @@ return; } } - error("Couldn't create %s in FATFileSystem::FATFileSystem\n", n); +// error("Couldn't create %s in FATFileSystem::FATFileSystem\n", n); } FATFileSystem::~FATFileSystem() {