Selaa lähdekoodia

Include swt_init in log

Scott Lahteine 4 vuotta sitten
vanhempi
commit
78fe411c7d

+ 1
- 1
Marlin/src/HAL/LPC1768/HAL_SPI.cpp Näytä tiedosto

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

+ 1
- 1
Marlin/src/MarlinCore.cpp Näytä tiedosto

@@ -1154,7 +1154,7 @@ void setup() {
1154 1154
   #endif
1155 1155
 
1156 1156
   #if ENABLED(SWITCHING_TOOLHEAD)
1157
-    swt_init();
1157
+    SETUP_RUN(swt_init());
1158 1158
   #endif
1159 1159
 
1160 1160
   #if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/archim2-flash/flash_storage.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna