Skip to content

Commit

Permalink
Update src/transport/unicast/rx.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bushnev <[email protected]>
  • Loading branch information
wyfo and sashacmc authored Dec 4, 2024
1 parent 1b681bb commit 5490645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/unicast/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ z_result_t _z_unicast_handle_transport_message(_z_transport_unicast_t *ztu, _z_t
_z_sn_consecutive(ztu->_sn_res, ztu->_sn_rx_best_effort, t_msg->_body._fragment._sn);
ztu->_sn_rx_best_effort = t_msg->_body._frame._sn;
dbuf = &ztu->_dbuf_best_effort;
if (consecutive == false) {
if (!consecutive) {
_Z_DEBUG("Non-consecutive fragments received");
_z_wbuf_reset(dbuf);
break;
Expand Down

0 comments on commit 5490645

Please sign in to comment.