You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USBHost used to have an init() method that now is incorporated in
Init(). The leftover init() calls in the library were calling
the init() function in the variant files instead (that has nothing
to do with the USBHost library).
Removing the calls to init() fix it.
Fixarduino#115
0 commit comments