Skip to content

Commit

Permalink
Update RF24Ethernet.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TMRh20 and github-actions[bot] authored Jul 1, 2024
1 parent 52722dd commit 5ea785a
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 5ea785a

Please sign in to comment.