Skip to content

Commit

Permalink
fixup! feat(split): Add full-duplex wired split support
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Feb 7, 2025
1 parent d3f52d7 commit 8117b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/split/wired/central.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ static void publish_events_work(struct k_work *work) {
env.payload.event);
break;
case -EAGAIN:
break;
return;
default:
LOG_WRN("Issue fetching an item from the RX buffer: %d", item_err);
break;
return;
}
}
}

0 comments on commit 8117b92

Please sign in to comment.