mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 19:36:55 +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> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
jwt | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
usb | ||
CMakeLists.txt | ||
Kconfig |