Skip to content

Commit

Permalink
Fix one thing, break another...
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jan 21, 2015
1 parent 001aa0e commit 3e2da3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ bool RF24Network::write(uint16_t to_node, uint8_t directTo) // Direct To: 0 = F
header.type = NETWORK_ACK; // Set the payload type to NETWORK_ACK
header.to_node = header.from_node; // Change the 'to' address to the 'from' address

conversion.send_node = header->from_node;
conversion.send_node = header.from_node;
conversion.send_pipe = TX_ROUTED;
conversion.multicast = 0;
logicalToPhysicalAddress(&conversion);
Expand Down

0 comments on commit 3e2da3a

Please sign in to comment.