Skip to content

Commit

Permalink
Merge branch 'fixOutgoingData' of https://github.com/nRF24/RF24Ethernet
Browse files Browse the repository at this point in the history
… into fixOutgoingData
  • Loading branch information
TMRh20 committed Jul 1, 2024
2 parents 0662744 + 5ea785a commit 1fd70e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Ethernet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void RF24EthernetClass::network_send()
Serial.println(F(" *** RF24Ethernet Network Write Fail ***"));
}
#else
RF24Ethernet.network.write(headerOut, uip_buf, uip_len);
RF24Ethernet.network.write(headerOut, uip_buf, uip_len);
#endif

#if defined ETH_DEBUG_L2
Expand Down

0 comments on commit 1fd70e2

Please sign in to comment.