Skip to content
  • Cristian Maglie's avatar
    261c375c
    USBHost: removed wrong init() calls · 261c375c
    Cristian Maglie authored
    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
    261c375c
    USBHost: removed wrong init() calls
    Cristian Maglie authored
    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
Loading