mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update usbhost.h
This commit is contained in:
parent
6978c18e7d
commit
14340ed9c7
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ typedef SPi< P18, P23, P19, P5 > spi;
|
||||||
#elif defined(ARDUINO_NRF52840_FEATHER)
|
#elif defined(ARDUINO_NRF52840_FEATHER)
|
||||||
typedef SPi< P26, P25, P24, P5 > spi;
|
typedef SPi< P26, P25, P24, P5 > spi;
|
||||||
#elif defined(AM_PART_APOLLO3)
|
#elif defined(AM_PART_APOLLO3)
|
||||||
typedef SPi< P13, P11, P12, P10 > spi;
|
|
||||||
#elif defined(AM_PART_APOLLO3)
|
|
||||||
typedef SPi< P5, P7, P6, P13 > spi;
|
typedef SPi< P5, P7, P6, P13 > spi;
|
||||||
#else
|
#else
|
||||||
#error "No SPI entry in usbhost.h"
|
#error "No SPI entry in usbhost.h"
|
||||||
|
|
Loading…
Reference in a new issue