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: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Fork of DMSupport by
Diff: FileSystems/MCIFileSystem.cpp
- Revision:
- 40:6df4f63aa406
- Parent:
- 38:420cdc281467
--- a/FileSystems/MCIFileSystem.cpp Tue Apr 28 11:47:20 2015 +0000 +++ b/FileSystems/MCIFileSystem.cpp Wed Jun 10 09:54:15 2015 +0000 @@ -21,6 +21,7 @@ #include "MCIFileSystem.h" #include "mbed_debug.h" #include "rtos.h" +#include "us_ticker_api.h" #include "diskio.h" //STA_* defines
