aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js')
-rw-r--r--Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js b/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js
index 69cd1c28d..533e0d0d8 100644
--- a/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js
+++ b/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js
@@ -1,13 +1,13 @@
#!/usr/bin/env node
// LUFA Library
-// Copyright (C) Dean Camera, 2018.
+// Copyright (C) Dean Camera, 2019.
//
// dean [at] fourwalledcubicle [dot] com
//
// www.lufa-lib.org
-// Copyright 2018 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com)
+// Copyright 2019 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com)
//
// LUFA Generic CCID device demo host test script. This script test multiple
// kinds of CCID messages and shows the result to the console
@@ -139,7 +139,7 @@ function XfrBlockMessage(slot, seq, apdu)
apdu.length, 0, 0, 0, //length: only for < 0xFF
slot,
seq,
- 0, //BWI
+ 0, //BWI
0, 0 //level parameter
].concat(apdu);