From 239e0806b808163bf34642cd35e1dc99b01153e8 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 7 Apr 2020 11:03:00 +0200 Subject: [PATCH] examples/default: add arduino-nano-33-ble to netif list --- examples/default/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/default/Makefile b/examples/default/Makefile index 3af55656c2..e958d38c76 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -34,7 +34,8 @@ USEMODULE += ps # include and auto-initialize all available sensors USEMODULE += saul_default -BOARD_PROVIDES_NETIF := acd52832 adafruit-clue airfy-beacon atmega256rfr2-xpro avr-rss2 b-l072z-lrwan1 cc2538dk fox \ +BOARD_PROVIDES_NETIF := acd52832 adafruit-clue airfy-beacon atmega256rfr2-xpro \ + arduino-nano-33-ble avr-rss2 b-l072z-lrwan1 cc2538dk fox \ derfmega128 derfmega256 hamilton iotlab-m3 iotlab-a8-m3 lobaro-lorabox lsn50 mulle microbit msba2 \ microduino-corerf native nrf51dk nrf51dongle nrf52dk nrf52840dk nrf52840-mdk nrf6310 \ nucleo-f207zg nucleo-f767zi openmote-b openmote-cc2538 pba-d-01-kw2x remote-pa \