zephyr/tests/drivers/i2c/i2c_emul
Tom Hughes 782152f404 tests: i2c_emul: Remove unused variable
Building with clang warns:

tests/drivers/i2c/i2c_emul/src/test_forwarding_buf.cpp:20:32: error:
unused variable 'targets' [-Werror,-Wunused-const-variable]
constexpr const struct device *targets[FORWARD_COUNT] = {
                               ^

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-02-13 03:27:24 +01:00
..
boards
include
src tests: i2c_emul: Remove unused variable 2025-02-13 03:27:24 +01:00
CMakeLists.txt
prj.conf
testcase.yaml tests: drivers: i2c: add i2c tag 2025-01-28 09:50:38 +01:00