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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user