Comment cleanups
This commit is contained in:
parent
3aab74ae8f
commit
a261710761
3
RF24.cpp
3
RF24.cpp
|
@ -455,7 +455,8 @@ bool RF24::write( const void* buf, uint8_t len )
|
||||||
// * There is an ack packet waiting (RX_DR)
|
// * There is an ack packet waiting (RX_DR)
|
||||||
bool tx_ok, tx_fail;
|
bool tx_ok, tx_fail;
|
||||||
whatHappened(tx_ok,tx_fail,ack_payload_available);
|
whatHappened(tx_ok,tx_fail,ack_payload_available);
|
||||||
printf("%u%u%u\n\r",tx_ok,tx_fail,ack_payload_available);
|
|
||||||
|
//printf("%u%u%u\n\r",tx_ok,tx_fail,ack_payload_available);
|
||||||
|
|
||||||
result = tx_ok;
|
result = tx_ok;
|
||||||
IF_SERIAL_DEBUG(Serial.print(result?"...OK.":"...Failed"));
|
IF_SERIAL_DEBUG(Serial.print(result?"...OK.":"...Failed"));
|
||||||
|
|
Loading…
Reference in New Issue