Started Webserver RNDIS host project.
This commit is contained in:
parent
89e4d73289
commit
f0d6d4ef13
33 changed files with 9045 additions and 2 deletions
15
Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
Normal file
15
Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __APPS_CONF_H__
|
||||
#define __APPS_CONF_H__
|
||||
|
||||
//Here we include the header file for the application(s) we use in our project.
|
||||
|
||||
//#include "smtp.h"
|
||||
//#include "hello-world.h"
|
||||
//#include "simple-httpd.h"
|
||||
//#include "telnetd.h"
|
||||
//#include "webserver.h"
|
||||
//#include "dhcpc.h"
|
||||
//#include "resolv.h"
|
||||
//#include "webclient.h"
|
||||
|
||||
#endif /*__APPS_CONF_H__*/
|
Loading…
Add table
Add a link
Reference in a new issue