Serial flash memory, binary access

Dependents:   S25FL216K_USBFileSystem SPItest S25FL216K_USBFileSystem S25FL216K_FATFileSystem

Revision:
1:2bcefc9e64f8
Parent:
0:3cb41d985302
--- a/S25FL216K.cpp	Sat Jul 20 12:03:38 2013 +0000
+++ b/S25FL216K.cpp	Wed Jul 31 19:17:11 2013 +0000
@@ -30,7 +30,6 @@
     _spi.write(address>>16);
     _spi.write(address>>8);
     _spi.write(address);
-    
     for (int i = 0; i<length; i++)
         buffer[i]=_spi.write(0x00);