Started Webserver RNDIS host project.
[pub/lufa.git] / 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 (file)
index 0000000..a9f118d
--- /dev/null
@@ -0,0 +1,12 @@
+//Project specific configurations\r
+#ifndef __GLOBAL_CONF_H__\r
+#define __GLOBAL_CONF_H__\r
+\r
+//Define frequency\r
+// #define F_CPU 12500000UL\r
+//\r
+\r
+//Include uip.h gives all the uip configurations in uip-conf.h\r
+#include "uip.h"\r
+\r
+#endif /*__GLOBAL_CONF_H__*/\r