diff USBLib/Communication/USBIO/USBIODevice.cs @ 37:2e3f57f326b3

Fixed some compiler warnings
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 21 Apr 2013 19:41:19 +0200
parents 6fcedb1030bf
children a9c4fed19e99
line wrap: on
line diff
--- a/USBLib/Communication/USBIO/USBIODevice.cs	Sun Apr 21 18:32:43 2013 +0200
+++ b/USBLib/Communication/USBIO/USBIODevice.cs	Sun Apr 21 19:41:19 2013 +0200
@@ -181,7 +181,6 @@
 						default:
 							throw new ArgumentException(String.Format("Invalid request: 0x{0:X8}", request));
 					}
-					break;
 				case UsbControlRequestType.TypeVendor:
 				case UsbControlRequestType.TypeClass:
 					USBIO_CLASS_OR_VENDOR_REQUEST req = new USBIO_CLASS_OR_VENDOR_REQUEST() {