NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

netCfg.h

Committer:
donatien
Date:
2010-06-11
Revision:
0:632c9925f013
Child:
1:abb442332fa8

File content as of revision 0:632c9925f013:

#ifndef NET_CFG_H
#define NET_CFG_H

//Configure build params for TCP/IP Stack

//Build GPRS Module (eg Telit Module) If
#define NET_GPRS 0

#define NET_TELIT 0

//Build PPP If
#define NET_PPP 0

//Build Usb Host Stack
#define NET_USB 0

//Build Usb Virtual Serial Port
#define NET_USB_SERIAL 0

//Build Ethernet If
#define NET_ETH 0

//Build LWIP Stack
#define NET_LWIP_STACK 0

#endif