zephyr/tests/lib/devicetree
Kumar Gala 7df2cad29a tests: devicetree: Fix compile errors with GPIO define
A number of HALs define GPIO so we get a conflict in error of the form:

   main.c:12: error: "GPIO" redefined [-Werror]

Fix this by rename the defines in the test to "TEST_".  So GPIO becomes
TEST_GPIO.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-22 14:31:23 +01:00
..
api dts: bindings: test: complete bindings for gpio expander 2021-01-21 14:49:04 -06:00
devices tests: devicetree: Fix compile errors with GPIO define 2021-01-22 14:31:23 +01:00