From fc648ed83d8211054d4d1231260435858e0c7f11 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 7 Jun 2010 14:29:37 +0200 Subject: [PATCH] add unused variables in struct scope --- scope.h | 4 ++++ 1 file changed, 4 insertions(+) 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]; }; -- 2.39.2