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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.hpp
- Revision:
- 51:c5c40272ecc3
- Parent:
- 45:16b8162188ca
- Child:
- 52:f207567d3ea4
diff -r 1d59ea7c7a1c -r c5c40272ecc3 System/StaticDefs.hpp --- a/System/StaticDefs.hpp Thu Feb 15 23:08:38 2018 +0000 +++ b/System/StaticDefs.hpp Mon Jun 04 15:20:21 2018 +0000 @@ -14,7 +14,7 @@ #include "ConfigFileIO.hpp" #include "SequenceController.hpp" #include "MbedLogger.hpp" -#include "SDFileSystem.h" +// #include "SDFileSystem.h" #include "ServoDriver.hpp" //Declare static global variables using 'construct on use' idiom to ensure they are always constructed correctly @@ -43,7 +43,7 @@ MbedLogger & mbedLogger(); //internal memory log files -SDFileSystem & sd_card(); //SD card file system +// SDFileSystem & sd_card(); //SD card file system MbedLogger & sdLogger(); //sd log files ConfigFileIO & configFileIO();