mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 07:12:31 +00:00
Several C++ std library headers use __str as internal variable names. If those headers are included after tc_util.h is included those headers fail to compile because tc_util.h defined __str to be a macro. Fixed by renaming the __str macro to TC_STR. Signed-off-by: Erwin Rol <erwin@erwinrol.com> |
||
---|---|---|
.. | ||
coverage | ||
include | ||
ztest | ||
CMakeLists.txt | ||
Kconfig | ||
unittest.cmake |