Skip to content

Commit 69e2c4b

Browse files
authored
Revert "Add required delay for Linux (#1034)" (#1035)
This reverts commit 48005ce.
1 parent fb93a6c commit 69e2c4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RF24.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ void RF24::csn(bool mode)
9595
delayMicroseconds(csDelay);
9696
#else
9797
static_cast<void>(mode); // ignore -Wunused-parameter
98-
delayMicroseconds(csDelay);
9998
#endif // !defined(RF24_LINUX)
10099
}
101100

0 commit comments

Comments
 (0)