aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete/Sideshow/Descriptors.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-05 07:52:53 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-05 07:52:53 +0000
commite2e7627e23832352a5be6d658f0c293fad90d79a (patch)
treed3e3ed43a986ff6b5c1006f0aa614b951ca9d960 /Demos/Device/Incomplete/Sideshow/Descriptors.h
parent5850d2ccb7f54b670344efc61eb34f768b23cf25 (diff)
Conversion of old incomplete SideShow demo to new APIs.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@575 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/Descriptors.h')
-rw-r--r--Demos/Device/Incomplete/Sideshow/Descriptors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Descriptors.h b/Demos/Device/Incomplete/Sideshow/Descriptors.h
index f12ef81f..aeb16893 100644
--- a/Demos/Device/Incomplete/Sideshow/Descriptors.h
+++ b/Demos/Device/Incomplete/Sideshow/Descriptors.h
@@ -85,8 +85,8 @@
} USB_OSCompatibleIDDescriptor_t;
/* Function Prototypes: */
- uint16_t USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)
- ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3);
+ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)
+ ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3);
bool USB_GetOSFeatureDescriptor(const uint16_t wValue, const uint8_t wIndex,
void** const DescriptorAddress, uint16_t* const DescriptorSize)