We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a614f3b commit 97235e3Copy full SHA for 97235e3
libraries/SPI/SPI.cpp
@@ -56,7 +56,7 @@ void arduino::ZephyrSPI::notUsingInterrupt(int interruptNumber) {
56
}
57
58
void arduino::ZephyrSPI::beginTransaction(SPISettings settings) {
59
- mode = SPI_HOLD_ON_CS | SPI_LOCK_ON;
+ mode = SPI_HOLD_ON_CS;
60
61
// Set bus mode
62
switch (settings.getBusMode()) {
0 commit comments