aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-02-07 15:42:39 +1100
committerDean Camera <dean@fourwalledcubicle.com>2016-02-07 15:42:39 +1100
commit1d2369e9be57ceee8ba415655ce5f13d9ae8da84 (patch)
treed5bc50983ccb22029ec497cb51b3adfbf650dcbb /Projects/AVRISP-MKII/AVRISP-MKII.h
parentcfe2b9eff1d611397f208f489697a09c1cf15666 (diff)
downloadlufa-1d2369e9be57ceee8ba415655ce5f13d9ae8da84.tar.gz
lufa-1d2369e9be57ceee8ba415655ce5f13d9ae8da84.tar.bz2
lufa-1d2369e9be57ceee8ba415655ce5f13d9ae8da84.zip
Remove legacy AVRISP-MKII clone compatibility compile options.
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISP-MKII.h')
-rw-r--r--Projects/AVRISP-MKII/AVRISP-MKII.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.h b/Projects/AVRISP-MKII/AVRISP-MKII.h
index f1ea64505..1f3c22823 100644
--- a/Projects/AVRISP-MKII/AVRISP-MKII.h
+++ b/Projects/AVRISP-MKII/AVRISP-MKII.h
@@ -83,9 +83,8 @@
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
const uint16_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);
+ const void** const DescriptorAddress)
+ ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif