mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update usbhost.h
updated formatting
This commit is contained in:
parent
d3c653cd1a
commit
bcabee5f17
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ int8_t MAX3421e< SPI_SS, INTR >::Init() {
|
||||||
/* pin and peripheral setup */
|
/* pin and peripheral setup */
|
||||||
SPI_SS::SetDirWrite();
|
SPI_SS::SetDirWrite();
|
||||||
SPI_SS::Set();
|
SPI_SS::Set();
|
||||||
spi::init();
|
spi::init();
|
||||||
INTR::SetDirRead();
|
INTR::SetDirRead();
|
||||||
XMEM_RELEASE_SPI();
|
XMEM_RELEASE_SPI();
|
||||||
/* MAX3421E - full-duplex SPI, level interrupt */
|
/* MAX3421E - full-duplex SPI, level interrupt */
|
||||||
|
|
Loading…
Reference in a new issue