Skip to content

Commit e83c490

Browse files
committed
SD Card volume init fix
1 parent 7f4fd10 commit e83c490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@
16791679
* Enable one of the following items for a slower SPI transfer speed.
16801680
* This may be required to resolve "volume init" errors.
16811681
*/
1682-
//#define SPI_SPEED SPI_HALF_SPEED
1682+
#define SPI_SPEED SPI_HALF_SPEED
16831683
//#define SPI_SPEED SPI_QUARTER_SPEED
16841684
//#define SPI_SPEED SPI_EIGHTH_SPEED
16851685

0 commit comments

Comments
 (0)