lol.
Dependents: WavePlayer_HelloWorld_RTOS5
Diff: SDFileSystem.cpp
- Revision:
- 6:336a284f5480
- Parent:
- 5:b78a9e1dd613
--- 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; }