Skip to content

Commit

Permalink
Forgot to set pipe_num in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Oct 1, 2023
1 parent 24b1cdd commit 0fb0f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nrf_to_nrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ bool nrf_to_nrf::available(uint8_t* pipe_num)
{

if(payloadAvailable){
*pipe_num = (uint8_t)NRF_RADIO->RXMATCH;
return true;
}

Expand Down

0 comments on commit 0fb0f96

Please sign in to comment.