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:
Anas Nashif 2015-10-23 15:41:46 -04:00
commit 4d0c0afd25

View file

@ -33,6 +33,7 @@
#include <zephyr.h>
#ifdef CONFIG_NANOKERNEL
#if defined(CONFIG_TINYDTLS)
/* DTLS needs bigger stack */
#define STACKSIZE 2500