X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/d66f227ccef46a65e17b06d31c82c30158ae36a5..15c408ab8635fe45226abc2c55c9bebfe1ccb6c8:/Projects/Incomplete/Webserver/Lib/uip/conf/global-conf.h diff --git a/Projects/Incomplete/Webserver/Lib/uip/conf/global-conf.h b/Projects/Incomplete/Webserver/Lib/uip/conf/global-conf.h deleted file mode 100644 index a9f118d4d..000000000 --- a/Projects/Incomplete/Webserver/Lib/uip/conf/global-conf.h +++ /dev/null @@ -1,12 +0,0 @@ -//Project specific configurations -#ifndef __GLOBAL_CONF_H__ -#define __GLOBAL_CONF_H__ - -//Define frequency -// #define F_CPU 12500000UL -// - -//Include uip.h gives all the uip configurations in uip-conf.h -#include "uip.h" - -#endif /*__GLOBAL_CONF_H__*/