mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
With this commit the code should work correctly regardless of the size of StackType_t (it's actually 1 byte in size for the esp32's custom FreeRTOS). Fixes issue #6072.