diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 17:16:21 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-20 17:16:21 +0000 |
| commit | 87a8f05c504df358dd8daf018069bf83d767e130 (patch) | |
| tree | aac4b2e9f666d28d37ca6078afc08926021867f8 /Projects/AVRISP-MKII/AVRISP-MKII.h | |
| parent | 7f4149489110377f6773b5e78147e9cde04bbeeb (diff) | |
| parent | cc3ee891c9316e3106a5b6379c9e9e1b1cb1c195 (diff) | |
Merge in latest trunk.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2232 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISP-MKII.h')
| -rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.h b/Projects/AVRISP-MKII/AVRISP-MKII.h index 86e30d6c..8f0fabcc 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.h +++ b/Projects/AVRISP-MKII/AVRISP-MKII.h @@ -49,7 +49,7 @@ #include <LUFA/Drivers/Peripheral/ADC.h> #endif - #include "Descriptors.h" + #include "AVRISPDescriptors.h" #include "Lib/V2Protocol.h" #include "Config/AppConfig.h" @@ -79,6 +79,12 @@ void EVENT_USB_Device_Connect(void); void EVENT_USB_Device_Disconnect(void); void EVENT_USB_Device_ConfigurationChanged(void); + + uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, + const uint8_t wIndex, + const void** const DescriptorAddress, + uint8_t* const DescriptorMemorySpace) + ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3) ATTR_NON_NULL_PTR_ARG(4); #endif |
