diff --git a/usbhost.h b/usbhost.h index 1c3097df..e9e4f6e8 100644 --- a/usbhost.h +++ b/usbhost.h @@ -57,10 +57,6 @@ public: static void init() { // Should be initialized by the user manually for now } -#elif defined(AM_PART_APOLLO3) - static void init() { - SPI::begin(); - } #elif !defined(SPDR) static void init() { SPI_SS::SetDirWrite();