mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update usbhost.h
This commit is contained in:
parent
ba9377eb52
commit
43ac2ea541
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@ public:
|
||||||
static void init() {
|
static void init() {
|
||||||
// Should be initialized by the user manually for now
|
// Should be initialized by the user manually for now
|
||||||
}
|
}
|
||||||
#elif defined(AM_PART_APOLLO3)
|
|
||||||
static void init() {
|
|
||||||
SPI::begin();
|
|
||||||
}
|
|
||||||
#elif !defined(SPDR)
|
#elif !defined(SPDR)
|
||||||
static void init() {
|
static void init() {
|
||||||
SPI_SS::SetDirWrite();
|
SPI_SS::SetDirWrite();
|
||||||
|
|
Loading…
Reference in a new issue