New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will...
[pub/USBasp.git] / Demos / Host / LowLevel / RNDISEthernetHost / RNDISEthernetHost.c
index 3029da8..5ca5915 100644 (file)
@@ -121,7 +121,7 @@ void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode, const uint8
        LEDs_SetAllLEDs(LEDMASK_USB_ERROR);\r
 }\r
 \r
-void PrintIncommingPackets(void)\r
+void PrintIncomingPackets(void)\r
 {\r
        uint8_t ErrorCode;\r
 \r
@@ -263,7 +263,7 @@ void RNDIS_Host_Task(void)
                        USB_HostState = HOST_STATE_Configured;\r
                        break;\r
                case HOST_STATE_Configured:\r
-                       PrintIncommingPackets();\r
+                       PrintIncomingPackets();\r
                \r
                        break;\r
        }\r