X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e1886429972095e7d453adcbdb26910f94c29ffd..101ed6b74e0d6549e53a7c8216147af37ffc70df:/Demos/Device/ClassDriver/CCID/HostTestApp/test_generic_ccid_libusb.js 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);