1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

moved definition of tcp_timer_stack to the correct file

This commit is contained in:
Oleg Hahm 2013-12-13 18:44:48 +01:00
parent 38e87aaa1c
commit eb26edb794
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,8 @@
char tcp_stack_buffer[TCP_STACK_SIZE];
char udp_stack_buffer[UDP_STACK_SIZE];
char tcp_timer_stack[TCP_TIMER_STACKSIZE];
int destiny_init_transport_layer(void)
{
printf("Initializing transport layer packages. Size of socket_type: %u\n",

View File

@ -31,8 +31,6 @@
#include "tcp_timer.h"
char tcp_timer_stack[TCP_TIMER_STACKSIZE];
void handle_synchro_timeout(socket_internal_t *current_socket)
{
msg_t send;