Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
This commit is contained in:
parent
a960e4b3b2
commit
cec699ac59
7 changed files with 98 additions and 21 deletions
|
@ -113,6 +113,12 @@ typedef unsigned short uip_stats_t;
|
|||
*/
|
||||
#define UIP_CONF_UDP_CONNS 1
|
||||
|
||||
/**
|
||||
* Host identifier define (e.g. MAC address). If defined as 0,
|
||||
* this will use the internal MAC ethernet address define.
|
||||
*/
|
||||
#define UIP_NEIGHBOR_CONF_ADDRTYPE 0
|
||||
|
||||
//Include app configuration
|
||||
#include "apps-conf.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue