From 044b1f52e7e5bd80f151d59356dffbaee61cbe1e Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Tue, 6 May 2025 17:26:43 +0200 Subject: [PATCH] test/drivers/kw2xrf: rename common.h To avoid name clash, rename this application header file to test_common.h. --- tests/drivers/kw2xrf/common.h | 1 - tests/drivers/kw2xrf/main.c | 2 +- tests/drivers/kw2xrf/test_common.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 tests/drivers/kw2xrf/common.h create mode 120000 tests/drivers/kw2xrf/test_common.h diff --git a/tests/drivers/kw2xrf/common.h b/tests/drivers/kw2xrf/common.h deleted file mode 120000 index 1954276290..0000000000 --- a/tests/drivers/kw2xrf/common.h +++ /dev/null @@ -1 +0,0 @@ -../../net/ieee802154_hal/common.h \ No newline at end of file diff --git a/tests/drivers/kw2xrf/main.c b/tests/drivers/kw2xrf/main.c index 2e8ecb9387..2a69f9338c 100644 --- a/tests/drivers/kw2xrf/main.c +++ b/tests/drivers/kw2xrf/main.c @@ -20,7 +20,7 @@ #include -#include "common.h" +#include "test_common.h" #include "fmt.h" #include "init_dev.h" #include "kw2xrf.h" diff --git a/tests/drivers/kw2xrf/test_common.h b/tests/drivers/kw2xrf/test_common.h new file mode 120000 index 0000000000..d7d6b923ac --- /dev/null +++ b/tests/drivers/kw2xrf/test_common.h @@ -0,0 +1 @@ +../../net/ieee802154_hal/test_common.h \ No newline at end of file