aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/USARTDescriptors.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/XPLAINBridge/USARTDescriptors.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/XPLAINBridge/USARTDescriptors.h')
-rw-r--r--Projects/XPLAINBridge/USARTDescriptors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.h b/Projects/XPLAINBridge/USARTDescriptors.h
index 1eccdac99..e44503dfe 100644
--- a/Projects/XPLAINBridge/USARTDescriptors.h
+++ b/Projects/XPLAINBridge/USARTDescriptors.h
@@ -105,8 +105,7 @@
/* Function Prototypes: */
uint16_t USART_GetDescriptor(const uint16_t wValue,
const uint16_t wIndex,
- const void** const DescriptorAddress,
- uint8_t* const DescriptorMemorySpace);
+ const void** const DescriptorAddress);
#endif