From 43ac2ea541fbecdbef83d08c8635ee10e98b798a Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Sun, 15 Aug 2021 17:37:57 -0400 Subject: [PATCH] Update usbhost.h --- usbhost.h | 4 ---- 1 file changed, 4 deletions(-) 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();