Some quick code to use UDP-only (no TCP) with mBed. Echos received packets and sends packets when a button is pressed

Dependencies:   mbed

Core/arch/perf.h

Committer:
pehrhovey
Date:
2010-03-14
Revision:
0:a548a085de55

File content as of revision 0:a548a085de55:

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

#define PERF_START
#define PERF_STOP(x)


inline void perf_init(char *fname) {
  return;  
}


#endif /* __LWIP_ARCH_PERF_H__ */