MaJerle / lwprintf

Lightweight printf library optimized for embedded systems
https://majerle.eu/projects/lwprintf-lightweight-stdio-manager-printf-snprintf-vprintf-vsnprintf-sprintf
MIT License
184 stars 31 forks source link

Fix building v1.0.4 with RTOS and without manual protection #18

Closed dimmykar closed 9 months ago

dimmykar commented 9 months ago

Hi! When I updated the library to version v1.0.4, my project began to build with errors...

In my project the library is built with options

LWPRINTF_CFG_OS=1
LWPRINTF_CFG_OS_MANUAL_PROTECT=0

The problem turned out to be just a typo in code

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

MaJerle commented 9 months ago

Thanks. I will release v1.0.5.