mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
332e4902b4
As it reflects all chips from esp32-xx family, not only esp32
13 lines
273 B
C
13 lines
273 B
C
/*
|
|
* SPDX-FileCopyrightText: 2001 Swedish Institute of Computer Science
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
#ifndef __PERF_H__
|
|
#define __PERF_H__
|
|
|
|
#define PERF_START /* null definition */
|
|
#define PERF_STOP(x) /* null definition */
|
|
|
|
#endif /* __PERF_H__ */
|