Remove remaining void* descriptor casts in the projects and demos that were not removed when the GetDescriptor callback function's signature was altered.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user