mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-09-19 15:40:06 +00:00
This is a minor fix, as sys_sem_t is defined as `typedef struct sys_sem * sys_sem_t;` so the size is still the same (size of pointer) Closes https://github.com/espressif/esp-lwip/issues/54