Commit a12cdca3 authored by TMRh20's avatar TMRh20

Remove unnecessary delay

Further testing indicates this is not needed
parent d41d47ab
......@@ -735,8 +735,7 @@ void RF24::startListening(void)
}
// Go!
delayMicroseconds(130);
//delayMicroseconds(130);
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