Files
ss/include/rvl/DSP/dsp_debug.h
T
2023-12-24 09:59:13 -05:00

14 lines
199 B
C

#ifndef RVL_SDK_DSP_DEBUG_H
#define RVL_SDK_DSP_DEBUG_H
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
void __DSP_debug_printf(const char *fmt, ...);
#ifdef __cplusplus
}
#endif
#endif