SD FileSystem to comunicate with a KL25Z
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;