diff --git a/Marlin/src/sd/usb_flashdrive/usb_host.cpp b/Marlin/src/sd/usb_flashdrive/usb_host.cpp index 75a2dc7bba..71155b82ac 100644 --- a/Marlin/src/sd/usb_flashdrive/usb_host.cpp +++ b/Marlin/src/sd/usb_flashdrive/usb_host.cpp @@ -109,8 +109,8 @@ bool MAX3421e::reset() { bool MAX3421e::start() { // Initialize pins and SPI bus - SET_OUTPUT(SDSS); - SET_INPUT(USB_INTR_PIN); + SET_OUTPUT(USB_CS_PIN); + SET_INPUT_PULLUP(USB_INTR_PIN); ncs(); spiBegin();