Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".

This commit is contained in:
Dean Camera 2010-02-03 00:48:06 +00:00
parent a96d77eca7
commit 08e8d6393e
6 changed files with 48 additions and 52 deletions

View file

@ -75,7 +75,7 @@ void uIPManagement_Init(void)
uip_setethaddr(MACAddress);
/* HTTP Webserver Initialization */
WebserverApp_Init();
HTTPServerApp_Init();
}
/** uIP Management function. This function manages the uIP stack when called while an RNDIS device has been