mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02: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>