Skip to content

Commit

Permalink
fix: unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Oct 26, 2024
1 parent 928abb2 commit b3e38bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport/multicast/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ static z_result_t __unsafe_z_transport_tx_send_n_msg(_z_transport_common_t *ztc,
// Buffer is too full for message
return _z_transport_tx_batch_overflow(ztc, n_msg, reliability, sn, prev_wpos);
}
return _Z_RES_OK;
}

z_result_t _z_transport_tx_send_t_msg(_z_transport_common_t *ztc, const _z_transport_message_t *t_msg) {
Expand Down

0 comments on commit b3e38bf

Please sign in to comment.