1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

udp_packet_handler uses printf, stack must be bigger

This commit is contained in:
Oleg Hahm 2013-11-20 23:57:05 +01:00
parent b3162f86e7
commit f7da9e7b47

View File

@ -21,7 +21,7 @@
#include "ipv6.h" #include "ipv6.h"
#include "destiny/types.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); uint16_t udp_csum(ipv6_hdr_t *ipv6_header, udp_hdr_t *udp_header);
void udp_packet_handler(void); void udp_packet_handler(void);