aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/conf/global-conf.h
blob: a9f118d4df61874500964236349d1a87d8d79af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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__*/