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:
parent
5c8d926334
commit
9b829c99a9
@ -720,7 +720,6 @@ ifneq (,$(filter can_linux,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter can,$(USEMODULE)))
|
ifneq (,$(filter can,$(USEMODULE)))
|
||||||
DEFAULT_MODULE += auto_init_can
|
|
||||||
USEMODULE += can_raw
|
USEMODULE += can_raw
|
||||||
ifneq (,$(filter can_mbox,$(USEMODULE)))
|
ifneq (,$(filter can_mbox,$(USEMODULE)))
|
||||||
USEMODULE += core_mbox
|
USEMODULE += core_mbox
|
||||||
|
|||||||
@ -11,6 +11,7 @@ USEMODULE += can_isotp
|
|||||||
USEMODULE += conn_can_isotp_multi
|
USEMODULE += conn_can_isotp_multi
|
||||||
USEMODULE += can_pm
|
USEMODULE += can_pm
|
||||||
USEMODULE += can_trx
|
USEMODULE += can_trx
|
||||||
|
USEMODULE += auto_init_can
|
||||||
|
|
||||||
CFLAGS += -DGNRC_PKTBUF_SIZE=4096
|
CFLAGS += -DGNRC_PKTBUF_SIZE=4096
|
||||||
CFLAGS += -DCAN_PKT_BUF_SIZE=64
|
CFLAGS += -DCAN_PKT_BUF_SIZE=64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user