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:
parent
5c8d926334
commit
9b829c99a9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user