From 9b829c99a98f5b09c644c203b36f1462464f77ee Mon Sep 17 00:00:00 2001 From: Wouter Symons Date: Mon, 27 Jan 2020 14:31:25 +0100 Subject: [PATCH] tests/conn_can: make auto_init_can explicit in other apps we might not want to automatically select the auto_init --- Makefile.dep | 1 - tests/conn_can/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.dep b/Makefile.dep index 4809a88733..85dc6626fd 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -720,7 +720,6 @@ ifneq (,$(filter can_linux,$(USEMODULE))) endif ifneq (,$(filter can,$(USEMODULE))) - DEFAULT_MODULE += auto_init_can USEMODULE += can_raw ifneq (,$(filter can_mbox,$(USEMODULE))) USEMODULE += core_mbox diff --git a/tests/conn_can/Makefile b/tests/conn_can/Makefile index cd3b4ef945..8ecd245352 100644 --- a/tests/conn_can/Makefile +++ b/tests/conn_can/Makefile @@ -11,6 +11,7 @@ USEMODULE += can_isotp USEMODULE += conn_can_isotp_multi USEMODULE += can_pm USEMODULE += can_trx +USEMODULE += auto_init_can CFLAGS += -DGNRC_PKTBUF_SIZE=4096 CFLAGS += -DCAN_PKT_BUF_SIZE=64