Commit a12cdca3 authored by TMRh20's avatar TMRh20

Remove unnecessary delay

Further testing indicates this is not needed
parent d41d47ab
...@@ -734,9 +734,8 @@ void RF24::startListening(void) ...@@ -734,9 +734,8 @@ void RF24::startListening(void)
flush_tx(); flush_tx();
} }
// Go! // Go!
//delayMicroseconds(130);
delayMicroseconds(130);
listeningStarted = 1; listeningStarted = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment