From eb2c16265b63876ad7b98cf8ef02d7de8dc847b6 Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:11:13 -0400 Subject: [PATCH] Add files via upload formating fix --- usbhost.h | 1 - 1 file changed, 1 deletion(-) 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();