From edc4d1df340968e077c3997be7f71d3831a745d2 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Thu, 22 Oct 2020 10:32:55 +0200 Subject: [PATCH] openthread/Makefile: add netdev_default --- examples/openthread/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/openthread/Makefile b/examples/openthread/Makefile index 5c802adaea..02bd45ab11 100644 --- a/examples/openthread/Makefile +++ b/examples/openthread/Makefile @@ -28,6 +28,8 @@ USEMODULE += openthread-$(OPENTHREAD_TYPE) # Comment the following line in order to disable the OpenThread CLI USEMODULE += openthread-cli +USEMODULE += netdev_default + #Define PANID, CHANNEL and UART_BAUDRATE used by default OPENTHREAD_PANID ?= 0xbeef OPENTHREAD_CHANNEL ?= 26