projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Spaces to tabs
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
CCID
/
HostTestApp
/
test_generic_ccid_libusb.js
diff --git
a/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js
b/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js
index
b53f1a4
..
993c0e5
100644
(file)
--- a/
Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js
+++ b/
Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js
@@
-140,12
+140,6
@@
function startTest()
},
function(callback) {
read(ccidInterface, 10, callback);
- },
- function(callback) {
- write(ccidInterface, new Buffer(XfrBlockMessage(0, 4)), callback);
- },
- function(callback) {
- read(ccidInterface, 10 + 2, callback);
}
]);
}