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