X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..e331b531c6e6d93eb0eee42b9002074e8090ad18:/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c index dbdbb8ab8..14016aa64 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.c @@ -70,12 +70,11 @@ int main(void) { SetupHardware(); - LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); - TCP_Init(); Webserver_Init(); - printf_P(PSTR("\r\n\r\n****** RNDIS Demo running. ******\r\n")); + LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); + sei(); for (;;) {