From 66f28d7694d437c5c19ea7d09df711626fa9ca68 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 4 Nov 2019 21:45:06 +0100 Subject: [PATCH] examples/default: add atmega256rfr2-xpro to board with netif --- examples/default/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/default/Makefile b/examples/default/Makefile index 528f80d563..fb5d2fb6f8 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -34,7 +34,7 @@ USEMODULE += ps # include and auto-initialize all available sensors USEMODULE += saul_default -BOARD_PROVIDES_NETIF := acd52832 airfy-beacon b-l072z-lrwan1 cc2538dk fox \ +BOARD_PROVIDES_NETIF := acd52832 airfy-beacon atmega256rfr2-xpro b-l072z-lrwan1 cc2538dk fox \ hamilton iotlab-m3 iotlab-a8-m3 lobaro-lorabox lsn50 mulle microbit msba2 \ microduino-corerf native nrf51dk nrf51dongle nrf52dk nrf52840dk nrf52840-mdk nrf6310 \ nucleo-f767zi openmote-b openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva \