Move SD SPI Speed

MarlinFirmware/Marlin#20606
This commit is contained in:
Scott Lahteine 2021-01-05 16:58:12 -06:00
parent 5bae6bca92
commit 2753b8bcb1
463 changed files with 9612 additions and 2450 deletions

View file

@ -1878,16 +1878,6 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
*/
//#define SDSUPPORT
/**
* SD CARD: SPI SPEED
*
* 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_QUARTER_SPEED
//#define SPI_SPEED SPI_EIGHTH_SPEED
/**
* SD CARD: ENABLE CRC
*