projects
/
rigol
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7906b39
)
add unused variables in struct scope
author
Michael Gernoth
<michael@gernoth.net>
Mon, 7 Jun 2010 12:29:37 +0000
(14:29 +0200)
committer
Michael Gernoth
<michael@gernoth.net>
Mon, 7 Jun 2010 12:29:37 +0000
(14:29 +0200)
scope.h
patch
|
blob
|
blame
|
history
diff --git
a/scope.h
b/scope.h
index 66ed6fa07997a27173dea3608d382bd8562db1c0..9feef05a012aa2aad0fef31f010ae8a7d99ad0ea 100644
(file)
--- 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];
};
Impressum
,
Datenschutz