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:
parent
38e87aaa1c
commit
eb26edb794
@ -31,6 +31,8 @@
|
|||||||
char tcp_stack_buffer[TCP_STACK_SIZE];
|
char tcp_stack_buffer[TCP_STACK_SIZE];
|
||||||
char udp_stack_buffer[UDP_STACK_SIZE];
|
char udp_stack_buffer[UDP_STACK_SIZE];
|
||||||
|
|
||||||
|
char tcp_timer_stack[TCP_TIMER_STACKSIZE];
|
||||||
|
|
||||||
int destiny_init_transport_layer(void)
|
int destiny_init_transport_layer(void)
|
||||||
{
|
{
|
||||||
printf("Initializing transport layer packages. Size of socket_type: %u\n",
|
printf("Initializing transport layer packages. Size of socket_type: %u\n",
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
|
|
||||||
#include "tcp_timer.h"
|
#include "tcp_timer.h"
|
||||||
|
|
||||||
char tcp_timer_stack[TCP_TIMER_STACKSIZE];
|
|
||||||
|
|
||||||
void handle_synchro_timeout(socket_internal_t *current_socket)
|
void handle_synchro_timeout(socket_internal_t *current_socket)
|
||||||
{
|
{
|
||||||
msg_t send;
|
msg_t send;
|
||||||
|
Loading…
Reference in New Issue
Block a user