mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Static task creation on Linux target had issues with insufficient stack memory allocation. Type of `StackType_t` is `unsigned long` and hence it must be considered during stack memory allocation. Fix ensures proper working of simple HTTP server example.