mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +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>