diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-06 18:03:29 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-06 18:03:29 +0000 |
| commit | 231bae883e9d6f4bea012c4b3ab811244bc4ef38 (patch) | |
| tree | ae393ebf71a9470e61c2a748d1bd636301874f41 /Projects/RelayBoard/Descriptors.h | |
| parent | a60591ed0aa4c7eda33ee064577f7e5235e24157 (diff) | |
Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
Add const to all project descriptor definitions for safety.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1655 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/RelayBoard/Descriptors.h')
| -rw-r--r-- | Projects/RelayBoard/Descriptors.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/RelayBoard/Descriptors.h b/Projects/RelayBoard/Descriptors.h index 1a68ae3f..d913eb72 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, |
