Subdirectory provided by Embedded Artists
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Dependents: lpc4088_displaymodule_hello_world_Sept_2018
Fork of DMSupport by
Diff: FileSystems/MCIFileSystem.h
- Revision:
- 31:d47cffcb0a3e
- Parent:
- 9:a33326afd686
- Child:
- 38:420cdc281467
--- a/FileSystems/MCIFileSystem.h Mon Jan 26 15:24:15 2015 +0100 +++ b/FileSystems/MCIFileSystem.h Tue Feb 17 10:41:48 2015 +0100 @@ -55,7 +55,7 @@ * @param name The name used to access the virtual filesystem * @param cd The pin connected to the CardDetect line */ - MCIFileSystem(const char* name, PinName cd = p38); + MCIFileSystem(const char* name, PinName cd = P4_16); virtual ~MCIFileSystem();