-
- Downloads
USBHost: removed wrong init() calls
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. Fix #115
Please register or sign in to comment