TwitterExample with newer library (2012Aug)

Dependencies:   EthernetNetIf HTTPClient mbed

Committer:
nxpfan
Date:
Wed Aug 29 03:50:19 2012 +0000
Revision:
0:075157567b0c
simple twitter example with newer library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nxpfan 0:075157567b0c 1 /*
nxpfan 0:075157567b0c 2 * Author: Adam Dunkels <adam@sics.se>
nxpfan 0:075157567b0c 3 *
nxpfan 0:075157567b0c 4 */
nxpfan 0:075157567b0c 5 #ifndef __LWIP_ARCH_PERF_H__
nxpfan 0:075157567b0c 6 #define __LWIP_ARCH_PERF_H__
nxpfan 0:075157567b0c 7
nxpfan 0:075157567b0c 8 #define PERF_START
nxpfan 0:075157567b0c 9 #define PERF_STOP(x)
nxpfan 0:075157567b0c 10
nxpfan 0:075157567b0c 11 #define perf_init(fname)
nxpfan 0:075157567b0c 12
nxpfan 0:075157567b0c 13 #if 0
nxpfan 0:075157567b0c 14 #ifdef __cplusplus
nxpfan 0:075157567b0c 15 inline
nxpfan 0:075157567b0c 16 #endif
nxpfan 0:075157567b0c 17 void perf_init(char *fname) {
nxpfan 0:075157567b0c 18 return;
nxpfan 0:075157567b0c 19 }
nxpfan 0:075157567b0c 20 #endif
nxpfan 0:075157567b0c 21
nxpfan 0:075157567b0c 22
nxpfan 0:075157567b0c 23 #endif /* __LWIP_ARCH_PERF_H__ */