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.
Dependents: BlackBoard_Firmware_Fast_read_not_test
Fork of Memory by
Diff: Memory.cpp
- Revision:
- 1:9d8c932d26ae
- Parent:
- 0:c2e41d203cdb
- Child:
- 2:5c70c0334ed0
- Child:
- 3:339efdc5134f
--- a/Memory.cpp Mon Apr 18 00:39:27 2016 +0000
+++ b/Memory.cpp Thu May 05 02:54:11 2016 +0000
@@ -11,7 +11,6 @@
*If length is greater than BufferSize (3840 bytes) the function will terminate
*and return the start address.
*/
-
int Memory::readData(SPI my_spi, char value [], int Address, int length)
{
if(length>bufferSize) {
