Add commands to configure USB bcdDevice version

This commit is contained in:
Larry Snizek
2020-03-02 16:02:26 +00:00
parent 2175103510
commit 40ab0b563c
3 changed files with 24 additions and 1 deletions

View File

@@ -52,5 +52,9 @@ unsigned short XUA_Endpoint0_getVendorId();
*/
unsigned short XUA_Endpoint0_getProductId();
unsigned short XUA_Endpoint0_getBcdDevice();
void XUA_Endpoint0_setBcdDevice(unsigned short bcdDevice);
#endif
#endif