From: Michael Gernoth Date: Mon, 7 Jun 2010 12:29:37 +0000 (+0200) Subject: add unused variables in struct scope X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/commitdiff_plain/fc648ed83d8211054d4d1231260435858e0c7f11 add unused variables in struct scope --- diff --git a/scope.h b/scope.h index 66ed6fa..9feef05 100644 --- a/scope.h +++ b/scope.h @@ -1,6 +1,10 @@ struct scope { struct { struct usb_dev_handle *dev; + int ep_bulk_out; + unsigned int wMaxPacketSize_out; + int ep_bulk_in; + unsigned int wMaxPacketSize_in; } usb; char idn[128]; };