Explorar el Código

cardreader.cpp spacing tweak

Scott Lahteine hace 7 años
padre
commit
c12bc51a59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/cardreader.cpp

+ 1
- 1
Marlin/cardreader.cpp Ver fichero

@@ -233,7 +233,7 @@ void CardReader::initsd() {
233 233
     #define SPI_SPEED SPI_FULL_SPEED
234 234
   #endif
235 235
 
236
-  if (!card.init(SPI_SPEED,SDSS)
236
+  if (!card.init(SPI_SPEED, SDSS)
237 237
     #if defined(LCD_SDSS) && (LCD_SDSS != SDSS)
238 238
       && !card.init(SPI_SPEED, LCD_SDSS)
239 239
     #endif

Loading…
Cancelar
Guardar