Files
ss/include/lib/rvl/DSP/dsp_debug.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

14 lines
206 B
C

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