forked from PAWPAW-Mirror/lib_xua
Add missing bracket
This commit is contained in:
@@ -87,7 +87,7 @@ void XUA_Endpoint0_setBcdDevice(unsigned short bcdDevice);
|
|||||||
#ifdef __XC__
|
#ifdef __XC__
|
||||||
char * unsafe XUA_Endpoint0_getVendorStr();
|
char * unsafe XUA_Endpoint0_getVendorStr();
|
||||||
#else
|
#else
|
||||||
char * XUA_Endpoint0_getVendorStr(;
|
char * XUA_Endpoint0_getVendorStr();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Function to get the Product string
|
/** Function to get the Product string
|
||||||
@@ -97,7 +97,7 @@ char * XUA_Endpoint0_getVendorStr(;
|
|||||||
#ifdef __XC__
|
#ifdef __XC__
|
||||||
char * unsafe XUA_Endpoint0_getProductStr();
|
char * unsafe XUA_Endpoint0_getProductStr();
|
||||||
#else
|
#else
|
||||||
char * XUA_Endpoint0_getProductStr(;
|
char * XUA_Endpoint0_getProductStr();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Function to get the Serial Number string
|
/** Function to get the Serial Number string
|
||||||
@@ -107,7 +107,7 @@ char * XUA_Endpoint0_getProductStr(;
|
|||||||
#ifdef __XC__
|
#ifdef __XC__
|
||||||
char * unsafe XUA_Endpoint0_getSerialStr();
|
char * unsafe XUA_Endpoint0_getSerialStr();
|
||||||
#else
|
#else
|
||||||
char * XUA_Endpoint0_getSerialStr(;
|
char * XUA_Endpoint0_getSerialStr();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Function to get the Vendor ID
|
/** Function to get the Vendor ID
|
||||||
|
|||||||
Reference in New Issue
Block a user