Skip to content

Commit cab3c41

Browse files
committed
whitespace
1 parent 3620afb commit cab3c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
"Adafruit Boards":[0x239A,0xFFFF],
2+
"Adafruit Boards":[0x239A,0xFFFF],
33
"TinyUSB example":[0xCAFE,0xFFFF]
44
}

examples/HID/hid_generic_inout/hid_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function anySupportedBoard(d) {
6262

6363

6464
function isDevice(board,d){
65-
// product id 0xff is matches all
65+
// product id 0xff is matches all
6666
return d.vendorId==board[0] && (d.productId==board[1] || board[1] == 0xFFFF);
6767
}
6868

0 commit comments

Comments
 (0)