diff --git a/right/src/usb_protocol_handler.c b/right/src/usb_protocol_handler.c index 97abca7..8c44df0 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -87,6 +87,7 @@ void usbProtocolHandler() break; case UsbCommand_LaunchEepromTransfer: launchEepromTransfer(); + break; default: break; }