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: sd-driver_compatible_with_MAX32630FTHR
Fork of CircularBufferSDCardLib by
Revision 6:a36eda5701df, committed 2018-04-05
- Comitter:
- DVLevine
- Date:
- Thu Apr 05 04:21:25 2018 -0400
- Parent:
- 5:0a4ff027086c
- Child:
- 7:f9dcfbedd1b2
- Commit message:
- V1 Completed!!!!!!!!!
Changed in this revision
| sdCardReader.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/sdCardReader.cpp Thu Apr 05 04:08:32 2018 -0400
+++ b/sdCardReader.cpp Thu Apr 05 04:21:25 2018 -0400
@@ -154,7 +154,7 @@
for (unsigned int i = 0; i < data.size()-1; i++) {
write_uint16_t(data[i], false, theFile);
}
- write_uint16_t(data[data.size()], true, theFile);
+ write_uint16_t(data[data.size()-1], true, theFile);
return 0;
}
