From 431db89b00408197976d653d89d15eeef8172e1b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 25 Jan 2010 11:50:41 +0000 Subject: Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe. --- Projects/Incomplete/Webserver/Lib/WebserverApp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Projects/Incomplete/Webserver/Lib/WebserverApp.c') diff --git a/Projects/Incomplete/Webserver/Lib/WebserverApp.c b/Projects/Incomplete/Webserver/Lib/WebserverApp.c index 97218b2be..11acec4b7 100644 --- a/Projects/Incomplete/Webserver/Lib/WebserverApp.c +++ b/Projects/Incomplete/Webserver/Lib/WebserverApp.c @@ -65,7 +65,8 @@ char PROGMEM HTTPPage[] = " " "

Hello from your USB AVR!

" "

" - " Hello! Welcome to the LUFA RNDIS Demo Webserver test page, running on your USB AVR via the LUFA library. This demonstrates the HTTP webserver, TCP/IP stack and RNDIS demo all running atop the LUFA USB stack." + " Hello! Welcome to the LUFA RNDIS Demo Webserver test page, running on your USB AVR via the LUFA library and uIP TCP/IP network stack. This" + " demonstrates a simple HTTP webserver serving out pages to HTTP clients." "

" " Project Information: http://www.fourwalledcubicle.com/LUFA.php." "


" -- cgit v1.2.3