1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

tests/drivers: fix broken symlinks and paths

This commit is contained in:
Alexandre Abadie 2023-05-12 15:30:26 +02:00
parent 17be6a32c9
commit ab658eddb0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
8 changed files with 8 additions and 8 deletions

View File

@ -5,4 +5,4 @@ USEMODULE = atwinc15x0
FEATURES_BLACKLIST += arch_msp430 cpu_core_atxmega
include ../Makefile.drivers_common
include ../../netdev_common/Makefile.netdev.mk
include ../../net/netdev_common/Makefile.netdev.mk

View File

@ -1 +1 @@
../../netdev_common/main.c
../../net/netdev_common/main.c

View File

@ -1 +1 @@
../../ieee802154_hal/common.h
../../net/ieee802154_hal/common.h

View File

@ -1 +1 @@
../../ieee802154_hal/init_devs.c
../../net/ieee802154_hal/init_devs.c

View File

@ -1 +1 @@
../../ieee802154_hal/common.h
../../net/ieee802154_hal/common.h

View File

@ -1 +1 @@
../../ieee802154_hal/init_devs.c
../../net/ieee802154_hal/init_devs.c

View File

@ -3,4 +3,4 @@ USEMODULE += xbee
# No need of big buffer for this test
GNRC_PKTBUF_SIZE ?= 512
include ../Makefile.drivers_common
include ../../netdev_common/Makefile.netdev.mk
include ../../net/netdev_common/Makefile.netdev.mk

View File

@ -1 +1 @@
../../netdev_common/main.c
../../net/netdev_common/main.c