mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:32:44 +01:00
e7c1605119
tests/driver_netdev_common: add compile-test for network drivers
7 lines
113 B
Makefile
7 lines
113 B
Makefile
BOARD ?= openmote-b
|
|
|
|
# the radio driver to test
|
|
USEMODULE += at86rf215
|
|
|
|
include ../driver_netdev_common/Makefile
|