aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/RelayBoard/Descriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-06 18:03:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-06 18:03:29 +0000
commit5995c3f880899b2573f1026ed6dc1c3c3a8e93d2 (patch)
treeae393ebf71a9470e61c2a748d1bd636301874f41 /Projects/RelayBoard/Descriptors.h
parent355d12e039caafbb8e0ae18427be3acef03719d1 (diff)
downloadlufa-5995c3f880899b2573f1026ed6dc1c3c3a8e93d2.tar.gz
lufa-5995c3f880899b2573f1026ed6dc1c3c3a8e93d2.tar.bz2
lufa-5995c3f880899b2573f1026ed6dc1c3c3a8e93d2.zip
Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
Add const to all project descriptor definitions for safety.
Diffstat (limited to 'Projects/RelayBoard/Descriptors.h')
-rw-r--r--Projects/RelayBoard/Descriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/RelayBoard/Descriptors.h b/Projects/RelayBoard/Descriptors.h
index 1a68ae3f7..d913eb722 100644
--- a/Projects/RelayBoard/Descriptors.h
+++ b/Projects/RelayBoard/Descriptors.h
@@ -48,9 +48,9 @@
*/
typedef struct
{
- USB_Descriptor_Configuration_Header_t Config;
- USB_Descriptor_Interface_t RelayBoardInterface;
- } RelayBoard_USB_Descriptor_Configuration_t;
+ USB_Descriptor_Configuration_Header_t Config;
+ USB_Descriptor_Interface_t RelayBoardInterface;
+ } USB_Descriptor_Configuration_t;
/* Function Prototypes: */
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,