lol.
Dependents: WavePlayer_HelloWorld_RTOS5
Revision 6:336a284f5480, committed 2021-12-15
- Comitter:
- lfink6
- Date:
- Wed Dec 15 17:16:36 2021 +0000
- Parent:
- 5:b78a9e1dd613
- Commit message:
- rev 5;
Changed in this revision
SDFileSystem.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b78a9e1dd613 -r 336a284f5480 SDFileSystem.cpp --- a/SDFileSystem.cpp Sun Dec 12 20:07:59 2021 +0000 +++ b/SDFileSystem.cpp Wed Dec 15 17:16:36 2021 +0000 @@ -210,7 +210,7 @@ return 1; } - _spi.frequency(150000000); // Set to 1MHz for data transfer + _spi.frequency(15000000); // Set to 1MHz for data transfer return 0; }