Add prefixes to string descriptor ID enum names in the AVRISP and XPLAINBridge projects to avoid conflicts.
This commit is contained in:
parent
e342ba8f64
commit
c8f2269804
4 changed files with 21 additions and 21 deletions
|
@ -85,11 +85,11 @@
|
|||
* have a unique ID index associated with it, which can be used to refer to the string from
|
||||
* other descriptors.
|
||||
*/
|
||||
enum StringDescriptors_t
|
||||
enum USART_StringDescriptors_t
|
||||
{
|
||||
STRING_ID_Language = 0, /**< Supported Languages string descriptor ID (must be zero) */
|
||||
STRING_ID_Manufacturer = 1, /**< Manufacturer string ID */
|
||||
STRING_ID_Product = 2, /**< Product string ID */
|
||||
USART_STRING_ID_Language = 0, /**< Supported Languages string descriptor ID (must be zero) */
|
||||
USART_STRING_ID_Manufacturer = 1, /**< Manufacturer string ID */
|
||||
USART_STRING_ID_Product = 2, /**< Product string ID */
|
||||
};
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue