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/sys_arch.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_SYS_ARCH_H__
#define __LWIP_SYS_ARCH_H__

#endif /* __LWIP_ARCH_CC_H__ */