projects
/
pub
/
USBasp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5cfc60746e5d54a89bd04454b4a9620368fd19cc
[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__*/