From 14340ed9c76624d941e9ff3881ae828786e28c92 Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Sat, 21 Aug 2021 16:23:02 -0400 Subject: [PATCH] Update usbhost.h --- usbhost.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/usbhost.h b/usbhost.h index 852e1eb1..401f2f8f 100644 --- a/usbhost.h +++ b/usbhost.h @@ -123,8 +123,6 @@ typedef SPi< P18, P23, P19, P5 > spi; #elif defined(ARDUINO_NRF52840_FEATHER) 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"