diff --git a/usbhost.h b/usbhost.h index 6b776a1d..9960a121 100644 --- a/usbhost.h +++ b/usbhost.h @@ -435,7 +435,6 @@ int8_t MAX3421e< SPI_SS, INTR >::Init() { // Also avoids the vbus flicker issue confusing some devices. /* pin and peripheral setup */ SPI_SS::SetDirWrite(); - SPI_SS::Set(); spi::init(); INTR::SetDirRead();