aboutsummaryrefslogtreecommitdiff
path: root/Projects/XPLAINBridge/USARTDescriptors.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-29 13:21:14 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-29 13:21:14 +0000
commit0ad1a6ff908ac6f1b48bc063722409ff190ae1c7 (patch)
tree657388ca4083d6124dea9e017bd637732e20c6fa /Projects/XPLAINBridge/USARTDescriptors.h
parent945ee831e1256403d574c81c0db403cdbe36d8c1 (diff)
Remove remaining void* descriptor casts in the projects and demos that were not removed when the GetDescriptor callback function's signature was altered.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1456 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge/USARTDescriptors.h')
-rw-r--r--Projects/XPLAINBridge/USARTDescriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.h b/Projects/XPLAINBridge/USARTDescriptors.h
index 194dbe70..10713556 100644
--- a/Projects/XPLAINBridge/USARTDescriptors.h
+++ b/Projects/XPLAINBridge/USARTDescriptors.h
@@ -79,6 +79,6 @@
/* Function Prototypes: */
uint16_t USART_GetDescriptor(const uint16_t wValue,
const uint8_t wIndex,
- void** const DescriptorAddress);
+ const void** const DescriptorAddress);
#endif