mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 13:52:45 +01:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
BOARD ?= openmote-b
|
|
|
|
# the radio driver to test
|
|
USEMODULE += at86rf215
|
|
USEMODULE += at86rf215_batmon
|
|
|
|
include ../driver_netdev_common/Makefile.netdev.mk
|