Browse Source

Include swt_init in log

Scott Lahteine 5 years ago
parent
commit
78fe411c7d

+ 1
- 1
Marlin/src/HAL/LPC1768/HAL_SPI.cpp View File

209
 
209
 
210
   }
210
   }
211
 
211
 
212
-#endif // ENABLED(LPC_SOFTWARE_SPI)
212
+#endif // LPC_SOFTWARE_SPI
213
 
213
 
214
 void SPIClass::begin() { spiBegin(); }
214
 void SPIClass::begin() { spiBegin(); }
215
 
215
 

+ 1
- 1
Marlin/src/MarlinCore.cpp View File

1154
   #endif
1154
   #endif
1155
 
1155
 
1156
   #if ENABLED(SWITCHING_TOOLHEAD)
1156
   #if ENABLED(SWITCHING_TOOLHEAD)
1157
-    swt_init();
1157
+    SETUP_RUN(swt_init());
1158
   #endif
1158
   #endif
1159
 
1159
 
1160
   #if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)
1160
   #if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/archim2-flash/flash_storage.cpp View File

507
       }
507
       }
508
     #else
508
     #else
509
       return VERIFY_ERROR;
509
       return VERIFY_ERROR;
510
-    #endif // ENABLED(SDSUPPORT)
510
+    #endif // SDSUPPORT
511
   }
511
   }
512
 
512
 
513
   bool UIFlashStorage::BootMediaReader::isAvailable(uint32_t slot) {
513
   bool UIFlashStorage::BootMediaReader::isAvailable(uint32_t slot) {

Loading…
Cancel
Save