MaJerle / lwesp

Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.
https://majerle.eu/projects/lwesp-lightweight-esp-at-parser-library-for-embedded-systems
MIT License
447 stars 138 forks source link

POSIX: sys_mutex should be recursive, fix #103. #104

Closed imi415 closed 2 years ago

MaJerle commented 2 years ago

Thanks for your contribution. Would you mind please to correct the code being compliant with the rest of the library?

I see problems with missing brackets for if statement and no space after if keyword. That's at minimum.