X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9051d3beb0c5c4ec1e33749d8f806f5492fbe742..43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3:/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c b/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c index 2f3fa8b83..3ef593ff0 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c @@ -81,7 +81,7 @@ void EVENT_USB_Host_DeviceEnumerationComplete(void) /** Event handler for the USB_HostError event. This indicates that a hardware error occurred while in host mode. */ void EVENT_USB_Host_HostError(const uint8_t ErrorCode) { - USB_ShutDown(); + USB_Disable(); printf_P(PSTR(ESC_FG_RED "Host Mode Error\r\n" " -- Error Code %d\r\n" ESC_FG_WHITE), ErrorCode);