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:
parent
844279fa6b
commit
21644234cd
@ -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
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user