瀏覽代碼

cardreader.cpp spacing tweak

Scott Lahteine 7 年之前
父節點
當前提交
c12bc51a59
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/cardreader.cpp

+ 1
- 1
Marlin/cardreader.cpp 查看文件

@@ -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…
取消
儲存