coap-server: fixed broken ifdef statement
an ifdef was removed leaving the endif in place, this restores the origin ifdef. Change-Id: Ibc4863e3d09c1c09525276ca8ae4aa9e52fbd568 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
75a11278f1
commit
4d0c0afd25
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
|
||||
#ifdef CONFIG_NANOKERNEL
|
||||
#if defined(CONFIG_TINYDTLS)
|
||||
/* DTLS needs bigger stack */
|
||||
#define STACKSIZE 2500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue