X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cec699ac591a679010e07431dfb17823a79856df..a4ebf4e92061bf1eec9224e64bc823ca7bedada4:/Projects/Webserver/Lib/DHCPApp.c diff --git a/Projects/Webserver/Lib/DHCPApp.c b/Projects/Webserver/Lib/DHCPApp.c index fe6c6f457..a687586ad 100644 --- a/Projects/Webserver/Lib/DHCPApp.c +++ b/Projects/Webserver/Lib/DHCPApp.c @@ -86,7 +86,7 @@ void DHCPApp_Callback(void) RequiredOptionList); /* Send the DHCP DISCOVER packet */ - uip_send(AppData, AppDataSize); + uip_udp_send(AppDataSize); /* Reset the timeout timer, progress to next state */ timer_reset(&DHCPTimer); @@ -132,7 +132,7 @@ void DHCPApp_Callback(void) &AppState->DHCPOffer_Data.ServerIP); /* Send the DHCP REQUEST packet */ - uip_send(AppData, AppDataSize); + uip_udp_send(AppDataSize); /* Reset the timeout timer, progress to next state */ timer_reset(&DHCPTimer);