mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
make: enable NHC by default
This commit is contained in:
parent
9bac1013e7
commit
89f3bb8a96
@ -132,8 +132,7 @@ endif
|
||||
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sixlowpan
|
||||
USEMODULE += gnrc_sixlowpan_ctx
|
||||
# NHC is broken, so disable it for now.
|
||||
# USEMODULE += gnrc_sixlowpan_iphc_nhc
|
||||
USEMODULE += gnrc_sixlowpan_iphc_nhc
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user