mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
This adds the `mp_` prefix to the `thread_t` type. The name `thread_t` conflicts with the same in `mach/mach_types.h` on macOS. Signed-off-by: David Lechner <david@lechnology.com>