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

fix copy&paste typo

This commit is contained in:
Oleg Hahm 2013-11-21 00:04:41 +01:00
parent f7da9e7b47
commit 561531f64c

View File

@ -63,7 +63,7 @@ int destiny_init_transport_layer(void)
PRIORITY_MAIN, CREATE_STACKTEST,
tcp_packet_handler, "tcp_packet_handler");
if (udp_thread_pid < 0) {
if (tcp_thread_pid < 0) {
return -1;
}