From f7da9e7b4748631e36f7d2e8c44f8d2c8832307b Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Wed, 20 Nov 2013 23:57:05 +0100 Subject: [PATCH] udp_packet_handler uses printf, stack must be bigger --- sys/net/destiny/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/destiny/udp.h b/sys/net/destiny/udp.h index 5eab7c460e..46f046e968 100644 --- a/sys/net/destiny/udp.h +++ b/sys/net/destiny/udp.h @@ -21,7 +21,7 @@ #include "ipv6.h" #include "destiny/types.h" -#define UDP_STACK_SIZE KERNEL_CONF_STACKSIZE_DEFAULT +#define UDP_STACK_SIZE KERNEL_CONF_STACKSIZE_MAIN uint16_t udp_csum(ipv6_hdr_t *ipv6_header, udp_hdr_t *udp_header); void udp_packet_handler(void);