1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 06:12:43 +01:00

examples/dtls-sock: remove TINYDTLS_LOG

This commit is contained in:
Aiman Ismail 2020-02-05 06:59:34 +01:00
parent bbb551e49d
commit 24b42d192c

View File

@ -37,9 +37,6 @@ CFLAGS += -DDTLS_PSK
# Uncomment to enable debug logs
# CFLAGS += -DDTLS_DEBUG
# When DTLS_DEBUG is set and using tinydtls, verbosity of debug log can be set with
# Values: 0:EMERG (Default), 1:ALERT 2:CRIT 3:WARN 4:NOTICE 5:INFO 6:DEBUG
# TINYDTLS_LOG=3
# FIXME: This is a temporary patch
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_LARGE\)