Skip to content

Commit

Permalink
SD Card volume init fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzmax committed Apr 7, 2020
1 parent 7f4fd10 commit e83c490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@
* Enable one of the following items for a slower SPI transfer speed.
* This may be required to resolve "volume init" errors.
*/
//#define SPI_SPEED SPI_HALF_SPEED
#define SPI_SPEED SPI_HALF_SPEED
//#define SPI_SPEED SPI_QUARTER_SPEED
//#define SPI_SPEED SPI_EIGHTH_SPEED

Expand Down

0 comments on commit e83c490

Please sign in to comment.