Set USB API version to 1.10

This commit is contained in:
Michael Ossmann
2026-01-29 22:19:42 -05:00
parent e6ca4d9b71
commit 3233cd56cf

View File

@@ -37,7 +37,7 @@
#define USB_PRODUCT_ID (0xFFFF)
#endif
#define USB_API_VERSION (0x0109)
#define USB_API_VERSION (0x0110)
#define USB_WORD(x) (x & 0xFF), ((x >> 8) & 0xFF)