Implement riscv support for interpreter (#505)
This commit is contained in:
@ -108,7 +108,7 @@ os_vprintf(const char *fmt, va_list ap)
|
||||
{
|
||||
#if 0
|
||||
struct out_context ctx = { 0 };
|
||||
z_vprintk(char_out, &ctx, fmt, ap);
|
||||
cbvprintf(char_out, &ctx, fmt, ap);
|
||||
return ctx.count;
|
||||
#else
|
||||
vprintk(fmt, ap);
|
||||
|
||||
Reference in New Issue
Block a user