X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3cba88e4c05d6a3c25ffa9c7185d41a84b7f72b1..04b8360b15e3f1a78cb74e97b0c9acbb068f025a:/Projects/Webserver/Lib/uIPManagement.h diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index c42e13225..d51df090b 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2011. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -60,7 +60,7 @@ * (when DHCP is disabled). */ #define DEVICE_GATEWAY (uint8_t[]){10, 0, 0, 1} - + /** Ethernet MAC address of the virtual webserver. When in device RNDIS mode, the virtual webserver requires * a unique MAC address that it can use when sending packets to the RNDIS adapter, which contains a seperate * MAC address as set in the RNDIS class driver configuration structure. @@ -70,8 +70,6 @@ /* External Variables: */ extern struct uip_eth_addr MACAddress; - extern bool HaveIPConfiguration; - /* Function Prototypes: */ void uIPManagement_Init(void); void uIPManagement_ManageNetwork(void);