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:
parent
f7da9e7b47
commit
561531f64c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user