open-story-teller/firmware/cpu/gigadevice-gd32vf103/RISCV/env_Eclipse/your_printf.c

6 lines
155 B
C
Executable file

int __wrap_printf(const char* fmt, ...)
{
// You can implement your own printf to reduce the code size, because the printf is really a big function
}