Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / Ethernet.h
index 683b187..49c6b1c 100644 (file)
                
        /* Function Prototypes: */
                void     Ethernet_ProcessPacket(void);
-               uint16_t Ethernet_Checksum16(void* Data, uint16_t Bytes);
+               uint16_t Ethernet_Checksum16(void* Data,
+                                            uint16_t Bytes);
                
 #endif