From b3c6599bb7ab8518c3a457579c538c6520e85b01 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 29 Aug 2010 13:21:14 +0000 Subject: Remove remaining void* descriptor casts in the projects and demos that were not removed when the GetDescriptor callback function's signature was altered. --- Projects/XPLAINBridge/USARTDescriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/XPLAINBridge/USARTDescriptors.h') diff --git a/Projects/XPLAINBridge/USARTDescriptors.h b/Projects/XPLAINBridge/USARTDescriptors.h index 194dbe70a..10713556a 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 -- cgit v1.2.3