5 lines
88 B
C
5 lines
88 B
C
#include "types.h"
|
|
|
|
void __DSP_debug_printf(const char* fmt, ...) {
|
|
// UNUSED(fmt);
|
|
}
|