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
Diff: SDFileSystem.cpp
- Revision:
- 4:49b29888eca7
- Parent:
- 3:7cf3d1835ef5
- Child:
- 5:6befff2300d0
diff -r 7cf3d1835ef5 -r 49b29888eca7 SDFileSystem.cpp --- a/SDFileSystem.cpp Wed Jul 30 17:45:02 2014 +0000 +++ b/SDFileSystem.cpp Wed Jul 30 17:51:33 2014 +0000 @@ -411,7 +411,7 @@ //Prepare the command packet char cmdPacket[6]; - cmdPacket[0] = 0x40 | cmd; + cmdPacket[0] = cmd; cmdPacket[1] = arg >> 24; cmdPacket[2] = arg >> 16; cmdPacket[3] = arg >> 8;