Update usbhost.h

updated formatting
This commit is contained in:
Topo-png 2021-08-10 21:25:26 -04:00 committed by GitHub
parent d3c653cd1a
commit bcabee5f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */