ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.17k stars 388 forks source link

Request to prioritize ETL_TARGET_OS_* for mutex selection #800

Closed JoeBenczarski closed 9 months ago

JoeBenczarski commented 9 months ago

I'd like to request that mutex.h prioritizes the ETL_TARGETOS* macros for selecting the mutex header. I have a use-case where I want to use FreeRTOS mutexes, but I don't want to define ETL_NO_STL since it will cause build errors due to multiple definitions of STL classes.

Thanks for considering!

jwellbelove commented 9 months ago

Fixed 20.38.10