mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
sys/net/application_layer/gcoap: include header in path
This commit is contained in:
parent
6454816676
commit
a07a21b3de
@ -6,3 +6,7 @@ endif
|
||||
CONFIG_GCOAP_PDU_BUF_SIZE := $(or $(CONFIG_GCOAP_PDU_BUF_SIZE),128)
|
||||
# the initial DTLS handshake may exceed the block size
|
||||
DTLS_MAX_BUF ?= $(shell echo $$(((${CONFIG_GCOAP_PDU_BUF_SIZE} + 36) > 200 ? (${CONFIG_GCOAP_PDU_BUF_SIZE} + 36) : 200 )))
|
||||
|
||||
ifneq (,$(filter gcoap_forward_proxy,$(USEMODULE)))
|
||||
INCLUDES += -I$(RIOTBASE)/sys/net/application_layer/gcoap/include
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user