mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
78dc2db2ba
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>