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:
parent
a96d77eca7
commit
08e8d6393e
6 changed files with 48 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue