Trial code integration web page update with analogue data and ntp support

Dependencies:   NTPClient_NetServices mbed

lpc1768/lwip/arch/perf.h

Committer:
pmr1
Date:
2010-08-06
Revision:
0:8cc2035bebfc

File content as of revision 0:8cc2035bebfc:

/*
 * Author: Adam Dunkels <adam@sics.se>
 *
 */
#ifndef __LWIP_ARCH_PERF_H__
#define __LWIP_ARCH_PERF_H__

#define PERF_START
#define PERF_STOP(x)

#define perf_init(fname)

#if 0
#ifdef __cplusplus
inline
#endif
void perf_init(char *fname) {
  return;  
}
#endif


#endif /* __LWIP_ARCH_PERF_H__ */