X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/89e4d73289b6156aebf4e3e492033d6b017c7813..f0d6d4ef13ddce09cfc3f684a5e5192cdd4e6a60:/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 new file mode 100644 index 000000000..a9f118d4d --- /dev/null +++ b/Projects/Incomplete/Webserver/Lib/uip/conf/global-conf.h @@ -0,0 +1,12 @@ +//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__*/