Skip to content

Commit

Permalink
Исправление
Browse files Browse the repository at this point in the history
  • Loading branch information
xrombik authored Dec 9, 2022
1 parent b30f44c commit 9e0a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipistrellus.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bool udp_send(buffer* tx_buffer, const net_node* sndr, const net_node* trgt, siz
udpf->xsum = get_checksum(&udpf->verlen, (uint32_t)((uint8_t*)&udpf->sndr_port - (uint8_t*)&udpf->verlen), 0U);

tx_buffer->size_used = sizeof(udp_frame) + len;
return false;
return true;
}


Expand Down

0 comments on commit 9e0a98f

Please sign in to comment.