Dependents:   RTnoV3 RTnoV3_LED RTnoV3_Template RTnoV3_ADC ... more

LPC1768/lwip/arch/perf.h

Committer:
sherckuith
Date:
2011-12-31
Revision:
0:479ce5546098

File content as of revision 0:479ce5546098:

/*
 * 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__ */