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.
Dependencies: SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: cdms_sd.h
- Revision:
- 193:f76b475d7807
- Parent:
- 191:0636c8391407
- Child:
- 194:ab528911780d
--- a/cdms_sd.h Tue Jun 28 09:51:56 2016 +0000 +++ b/cdms_sd.h Wed Jun 29 14:12:43 2016 +0000 @@ -531,9 +531,9 @@ } // send the data block - write(buffer, 512); + return write(buffer, 512); //printf("Written Successfully bro \n"); - return 0; + } int write(const uint8_t*buffer, uint32_t length)