Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DS1307 TextLCD mbed
NetServices/lwip/arch/perf.h
- Committer:
- Michielber
- Date:
- 2014-12-11
- Revision:
- 5:6878defcfeb9
- Parent:
- 0:f615d151a72c
File content as of revision 5:6878defcfeb9:
/*
* 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__ */