Files
David Cermak d6b006094b test: Fix test apps linux port alloc size
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
2023-08-14 09:09:45 +00:00
..