Remove remaining void* descriptor casts in the projects and demos that were not remov...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / UDP.h
index 6cbc0b8..42d7925 100644 (file)
@@ -65,6 +65,8 @@
                } UDP_Header_t;
                
        /* Function Prototypes: */
-               int16_t UDP_ProcessUDPPacket(void* IPHeaderInStart, void* UDPHeaderInStart, void* UDPHeaderOutStart);
+               int16_t UDP_ProcessUDPPacket(void* IPHeaderInStart,
+                                            void* UDPHeaderInStart,
+                                            void* UDPHeaderOutStart);
 
 #endif