Clean up of the altered XPLAINBridge project.
[pub/USBasp.git] / Projects / Incomplete / Webserver / Lib / uip / conf / global-conf.h
1 //Project specific configurations
2 #ifndef __GLOBAL_CONF_H__
3 #define __GLOBAL_CONF_H__
4
5 //Define frequency
6 // #define F_CPU 12500000UL
7 //
8
9 //Include uip.h gives all the uip configurations in uip-conf.h
10 #include "uip.h"
11
12 #endif /*__GLOBAL_CONF_H__*/