Skip to content

Commit a9bb489

Browse files
Update SPI.cpp
Removed the out from the function name spiSSInvertout.
1 parent 9f506aa commit a9bb489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/src/SPI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void SPIClass::setHwCs(bool use) {
146146

147147
void SPIClass::setSSInvert(bool invert) {
148148
if (_spi) {
149-
spiSSInvertout(_spi, invert);
149+
spiSSInvert(_spi, invert);
150150
}
151151
}
152152

0 commit comments

Comments
 (0)