mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
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
|