1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/tinydtls: rename condition WITH_RIOT_GNRC to WITH_RIOT_SOCK

Using tinydtls on RIOT OS is not limited to GNRC as network stack.
It is also working with e.g. lwIP, see: https://github.com/RIOT-OS/RIOT/pull/17552
Therefore the name WITH_RIOT_GNRC is misleading.
This commit is contained in:
Hendrik van Essen 2022-03-05 23:47:35 +01:00
parent 844279fa6b
commit 21644234cd
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ endif
# The configuration for socket overrides Sock
ifeq (,$(filter posix_sockets,$(USEMODULE)))
CFLAGS += -DWITH_RIOT_GNRC
CFLAGS += -DWITH_RIOT_SOCK
endif
# Default cipher suite when not using Kconfig