RTC auf true

Committer:
kevman
Date:
Wed Mar 13 11:03:24 2019 +0000
Revision:
2:7aab896b1a3b
Parent:
0:38ceb79fef03
2019-03-13

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kevman 0:38ceb79fef03 1 /*
kevman 0:38ceb79fef03 2 * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
kevman 0:38ceb79fef03 3 * All rights reserved.
kevman 0:38ceb79fef03 4 *
kevman 0:38ceb79fef03 5 * Redistribution and use in source and binary forms, with or without modification,
kevman 0:38ceb79fef03 6 * are permitted provided that the following conditions are met:
kevman 0:38ceb79fef03 7 *
kevman 0:38ceb79fef03 8 * 1. Redistributions of source code must retain the above copyright notice,
kevman 0:38ceb79fef03 9 * this list of conditions and the following disclaimer.
kevman 0:38ceb79fef03 10 * 2. Redistributions in binary form must reproduce the above copyright notice,
kevman 0:38ceb79fef03 11 * this list of conditions and the following disclaimer in the documentation
kevman 0:38ceb79fef03 12 * and/or other materials provided with the distribution.
kevman 0:38ceb79fef03 13 * 3. The name of the author may not be used to endorse or promote products
kevman 0:38ceb79fef03 14 * derived from this software without specific prior written permission.
kevman 0:38ceb79fef03 15 *
kevman 0:38ceb79fef03 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
kevman 0:38ceb79fef03 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
kevman 0:38ceb79fef03 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
kevman 0:38ceb79fef03 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
kevman 0:38ceb79fef03 20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
kevman 0:38ceb79fef03 21 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
kevman 0:38ceb79fef03 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
kevman 0:38ceb79fef03 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
kevman 0:38ceb79fef03 24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
kevman 0:38ceb79fef03 25 * OF SUCH DAMAGE.
kevman 0:38ceb79fef03 26 *
kevman 0:38ceb79fef03 27 * This file is part of the lwIP TCP/IP stack.
kevman 0:38ceb79fef03 28 *
kevman 0:38ceb79fef03 29 * Author: Adam Dunkels <adam@sics.se>
kevman 0:38ceb79fef03 30 *
kevman 0:38ceb79fef03 31 */
kevman 0:38ceb79fef03 32 #ifndef __PERF_H__
kevman 0:38ceb79fef03 33 #define __PERF_H__
kevman 0:38ceb79fef03 34
kevman 0:38ceb79fef03 35 #define PERF_START /* null definition */
kevman 0:38ceb79fef03 36 #define PERF_STOP(x) /* null definition */
kevman 0:38ceb79fef03 37
kevman 0:38ceb79fef03 38 #endif /* __PERF_H__ */