mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
The C-level printf is usually used for internal debugging prints, and a port/board may want to redirect this somewhere other than stdout. Signed-off-by: Damien George <damien@micropython.org>