mirror of
https://github.com/micropython/micropython.git
synced 2026-01-26 22:00:23 +01:00
Recent changes to builtin print meant that print was printing to the mp_sys_stdout_obj, which was sending data raw to the USB CDC device. The data should be cooked so that \n turns into \r\n.
8.5 KiB
8.5 KiB