8ad30fa433
The definition of DEBUG_printf doesn't depend on MICROPY_USE_INTERNAL_PRINTF so move it out of that preprocessor block and compile it conditionally just depending on the MICROPY_DEBUG_PRINTERS macro. This allows a port to use DEBUG_printf while providing it's own printf definition. |
||
---|---|---|
.. | ||
interrupt_char.c | ||
interrupt_char.h | ||
printf.c | ||
pyexec.c | ||
pyexec.h | ||
stdout_helpers.c | ||
sys_stdio_mphal.c |