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