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 SDFileSystem by
Revision 2:c8f66dc765d4, committed 2012-11-29
- Comitter:
- emilmont
- Date:
- Thu Nov 29 10:56:21 2012 +0000
- Parent:
- 1:7153ee70df01
- Child:
- 3:7b35d1709458
- Commit message:
- Update mbed debug header name
Changed in this revision
| FATFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
| SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.lib Tue Nov 27 17:32:38 2012 +0000 +++ b/FATFileSystem.lib Thu Nov 29 10:56:21 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/FATFileSystem/#46ce1e16c870 +http://mbed.org/users/mbed_official/code/FATFileSystem/#b6669c987c8e
--- a/SDFileSystem.cpp Tue Nov 27 17:32:38 2012 +0000 +++ b/SDFileSystem.cpp Thu Nov 29 10:56:21 2012 +0000 @@ -113,7 +113,7 @@ * +------+---------+---------+- - - -+---------+-----------+----------+ */ #include "SDFileSystem.h" -#include "debug.h" +#include "mbed_debug.h" #define SD_COMMAND_TIMEOUT 5000
