Skip to content

Commit

Permalink
Fix Req Res example (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 authored Mar 10, 2022
1 parent 8752810 commit 9b9278c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/ReplyAdder/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ int main(
bool connected = true;
while (connected)
{
uint8_t read_data_status;
connected = uxr_run_session_until_all_status(&session, UXR_TIMEOUT_INF, &read_data_req, &read_data_status, 1);
connected = uxr_run_session_time(&session, 1000);
}

return 0;
Expand Down

0 comments on commit 9b9278c

Please sign in to comment.