Remove remaining void* descriptor casts in the projects and demos that were not remov...
[pub/USBasp.git] / Projects / XPLAINBridge / AVRISPDescriptors.h
index 9700351..edfb37d 100644 (file)
@@ -75,6 +75,6 @@
        /* Function Prototypes: */
                uint16_t AVRISP_GetDescriptor(const uint16_t wValue,
                                              const uint8_t wIndex,
-                                             void** const DescriptorAddress);
+                                             const void** const DescriptorAddress);
 
 #endif