mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The current zassert macro uses implicit conversion to boolean which has implication on analysis tools like clang-tidy-14. This add an aditional step to create a boolean value for the evaluation instead use the string direct which allows run analysis tool without this warning/error. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>