Files
ss/include/rvl/DSP/dsp_debug.h
T
2023-10-06 07:49:50 -04:00

14 lines
202 B
C

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