Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/cvi_tracer.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

24 lines
312 B
C

#ifndef _CVI_TRACER_H
#define _CVI_TRACER_H
#ifdef __cplusplus
extern "C" {
#endif
inline void CVI_SYS_TraceBegin(const char *name)
{
}
inline void CVI_SYS_TraceCounter(const char *name, signed int value)
{
}
inline void CVI_SYS_TraceEnd(void)
{
}
#ifdef __cplusplus
}
#endif
#endif // End of _CVI_TRACER_H