Update Webserver project to remove DHCP IP configuration status notification.

This commit is contained in:
Dean Camera 2011-05-26 10:50:22 +00:00
parent f0ff633962
commit edc4db41f4
8 changed files with 7 additions and 23 deletions

View file

@ -157,9 +157,6 @@ void DHCPClientApp_Callback(void)
uip_setnetmask((uip_ipaddr_t*)&AppState->DHCPClient.DHCPOffer_Data.Netmask);
uip_setdraddr((uip_ipaddr_t*)&AppState->DHCPClient.DHCPOffer_Data.GatewayIP);
/* Indicate to the user that we now have a valid IP configuration */
HaveIPConfiguration = true;
AppState->DHCPClient.CurrentState = DHCP_STATE_AddressLeased;
}