Use _delay_us() function in the XPROGTarget.c file to ensure timing requirements...
[pub/USBasp.git] / Projects / Webserver / Lib / uip / conf / global-conf.h
1 //Project specific configurations
2 #ifndef __GLOBAL_CONF_H__
3 #define __GLOBAL_CONF_H__
4
5 //Include uip.h gives all the uip configurations in uip-conf.h
6 #include "uip.h"
7
8 #endif /*__GLOBAL_CONF_H__*/