Skip to content

Commit 990bda5

Browse files
committed
A-lurker proposed chnage
1 parent 01d06cd commit 990bda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RF24/RF24.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ uint8_t RF24::read_payload(void* buf, uint8_t len)
136136
while ( blank_len-- )
137137
SPI.transfer(0xff);
138138
csn(HIGH);
139-
139+
ce(HIGH); //? ADDED IN
140140
return status;
141141
}
142142

0 commit comments

Comments
 (0)