mirror of
https://github.com/micropython/micropython.git
synced 2026-03-16 22:00:22 +01:00
This changes the CustomEvent for stdout to use the existing `detail` property of CustomEvent instead of adding a `data` property. Signed-off-by: David Lechner <david@pybricks.com>