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.
Fork of SDFileSystem by
Revision 4:a3fe24740f94, committed 2014-12-05
- Comitter:
- lenhardt
- Date:
- Fri Dec 05 02:30:34 2014 +0000
- Parent:
- 2:c8f66dc765d4
- Commit message:
- upped spi freq to 25 mhz for data xfer line 211
Changed in this revision
| SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SDFileSystem.cpp Thu Nov 29 10:56:21 2012 +0000
+++ b/SDFileSystem.cpp Fri Dec 05 02:30:34 2014 +0000
@@ -210,7 +210,7 @@
return 1;
}
- _spi.frequency(1000000); // Set to 1MHz for data transfer
+ _spi.frequency(25000000); // Set to 1MHz for data transfer
return 0;
}
