puts_P(PSTR(ESC_FG_CYAN "RNDIS Host Demo running.\r\n" ESC_FG_WHITE));\r
\r
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);\r
+ sei();\r
\r
for (;;)\r
{\r
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);\r
}\r
\r
-void PrintIncommingPackets(void)\r
+void PrintIncomingPackets(void)\r
{\r
uint8_t ErrorCode;\r
\r
USB_HostState = HOST_STATE_Configured;\r
break;\r
case HOST_STATE_Configured:\r
- PrintIncommingPackets();\r
+ PrintIncomingPackets();\r
\r
break;\r
}\r