mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
40afc8c5de
allow specify all product id with 0xFFFF in boards.js
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
module.exports = {
|
|
"Adafruit Boards":[0x239A,0xFFFF],
|
|
"TinyUSB example":[0xCAFE,0xFFFF]
|
|
}
|