@ -209,7 +209,7 @@
}
#endif // ENABLED(LPC_SOFTWARE_SPI)
#endif // LPC_SOFTWARE_SPI
void SPIClass::begin() { spiBegin(); }
@ -1154,7 +1154,7 @@ void setup() {
#endif
#if ENABLED(SWITCHING_TOOLHEAD)
swt_init();
SETUP_RUN(swt_init());
#if ENABLED(ELECTROMAGNETIC_SWITCHING_TOOLHEAD)
@ -507,7 +507,7 @@ bool UIFlashStorage::is_present = false;
#else
return VERIFY_ERROR;
#endif // ENABLED(SDSUPPORT)
#endif // SDSUPPORT
bool UIFlashStorage::BootMediaReader::isAvailable(uint32_t slot) {