aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/USARTDescriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-15 18:44:46 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-15 18:44:46 +0200
commitc8f226980499d8e5b0b3d361dc986e2759dcaacb (patch)
treecd4d200e8368353ae3e330154592e4bb2aa1e31d /Projects/XPLAINBridge/USARTDescriptors.h
parente342ba8f649f779b58e2ca3bd2888477a8dcad05 (diff)
downloadlufa-c8f226980499d8e5b0b3d361dc986e2759dcaacb.tar.gz
lufa-c8f226980499d8e5b0b3d361dc986e2759dcaacb.tar.bz2
lufa-c8f226980499d8e5b0b3d361dc986e2759dcaacb.zip
Add prefixes to string descriptor ID enum names in the AVRISP and XPLAINBridge projects to avoid conflicts.
Diffstat (limited to 'Projects/XPLAINBridge/USARTDescriptors.h')
-rw-r--r--Projects/XPLAINBridge/USARTDescriptors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.h b/Projects/XPLAINBridge/USARTDescriptors.h
index 07acbaeb6..954867c18 100644
--- a/Projects/XPLAINBridge/USARTDescriptors.h
+++ b/Projects/XPLAINBridge/USARTDescriptors.h
@@ -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: */