From bcabee5f1798e93fd60ffc7200c34fadfd850996 Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:25:26 -0400 Subject: [PATCH] Update usbhost.h updated formatting --- usbhost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbhost.h b/usbhost.h index 9960a121..220c65bb 100644 --- a/usbhost.h +++ b/usbhost.h @@ -436,7 +436,7 @@ int8_t MAX3421e< SPI_SS, INTR >::Init() { /* pin and peripheral setup */ SPI_SS::SetDirWrite(); SPI_SS::Set(); - spi::init(); + spi::init(); INTR::SetDirRead(); XMEM_RELEASE_SPI(); /* MAX3421E - full-duplex SPI, level interrupt */