X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/331e8dece66e632ef3f91b052674948fd74e62a1..bb1a036f097602a70ce219915db28dea616b76a8:/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);