Fix a couple of boards still using usb.device_ver (#18258)

This commit is contained in:
Ryan
2022-09-04 04:47:22 +10:00
committed by GitHub
parent bfec30a9fe
commit 3c09db41fe
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
},
"processor": "atmega32u4",
"usb": {
"device_ver": "0x0001",
"device_version": "0.0.1",
"pid": "0x0000",
"vid": "0xFEED"
},