mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
Include swt_init in log
This commit is contained in:
parent
776d7761d9
commit
78fe411c7d
3 changed files with 3 additions and 3 deletions
|
@ -209,7 +209,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // ENABLED(LPC_SOFTWARE_SPI)
|
#endif // LPC_SOFTWARE_SPI
|
||||||
|
|
||||||
void SPIClass::begin() { spiBegin(); }
|
void SPIClass::begin() { spiBegin(); }
|
||||||
|
|
||||||
|
|
|
@ -1154,7 +1154,7 @@ void setup() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(SWITCHING_TOOLHEAD)
|
#if ENABLED(SWITCHING_TOOLHEAD)
|
||||||
swt_init();
|
SETUP_RUN(swt_init());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)
|
#if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)
|
||||||
|
|
|
@ -507,7 +507,7 @@ bool UIFlashStorage::is_present = false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
return VERIFY_ERROR;
|
return VERIFY_ERROR;
|
||||||
#endif // ENABLED(SDSUPPORT)
|
#endif // SDSUPPORT
|
||||||
}
|
}
|
||||||
|
|
||||||
bool UIFlashStorage::BootMediaReader::isAvailable(uint32_t slot) {
|
bool UIFlashStorage::BootMediaReader::isAvailable(uint32_t slot) {
|
||||||
|
|
Loading…
Reference in a new issue