Skip to content

Commit 5ea785a

Browse files
Update RF24Ethernet.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52722dd commit 5ea785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RF24Ethernet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void RF24EthernetClass::network_send()
323323
Serial.println(F(" *** RF24Ethernet Network Write Fail ***"));
324324
}
325325
#else
326-
RF24Ethernet.network.write(headerOut, uip_buf, uip_len);
326+
RF24Ethernet.network.write(headerOut, uip_buf, uip_len);
327327
#endif
328328

329329
#if defined ETH_DEBUG_L2

0 commit comments

Comments
 (0)