mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: add congure_abe to SFR CongURE test
This commit is contained in:
parent
13f613429d
commit
1cff487636
@ -30,6 +30,9 @@ endif
|
||||
|
||||
CONGURE_IMPL ?= congure_sfr
|
||||
|
||||
ifeq (congure_abe,$(CONGURE_IMPL))
|
||||
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_abe
|
||||
else
|
||||
ifeq (congure_quic,$(CONGURE_IMPL))
|
||||
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
|
||||
USEMODULE += ztimer_msec
|
||||
@ -44,6 +47,7 @@ else
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: zep_dispatch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user