diff --git a/usbhost.h b/usbhost.h index e9e4f6e8..852e1eb1 100644 --- a/usbhost.h +++ b/usbhost.h @@ -124,6 +124,8 @@ typedef SPi< P18, P23, P19, P5 > spi; typedef SPi< P26, P25, P24, P5 > spi; #elif defined(AM_PART_APOLLO3) typedef SPi< P13, P11, P12, P10 > spi; +#elif defined(AM_PART_APOLLO3) +typedef SPi< P5, P7, P6, P13 > spi; #else #error "No SPI entry in usbhost.h" #endif