1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/conn_can: make auto_init_can explicit

in other apps we might not want to automatically select the auto_init
This commit is contained in:
Wouter Symons 2020-01-27 14:31:25 +01:00
parent 5c8d926334
commit 9b829c99a9
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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