Update usbhost.h

This commit is contained in:
Topo-png 2021-08-15 17:37:57 -04:00 committed by GitHub
parent ba9377eb52
commit 43ac2ea541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();