Skip to content

Commit b8cb1bb

Browse files
Update cores/esp32/esp32-hal-spi.c
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent a9bb489 commit b8cb1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-spi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ void spiSSDisable(spi_t *spi) {
438438
SPI_MUTEX_UNLOCK();
439439
}
440440

441-
void spiSSInvertout(spi_t *spi, bool invert) {
441+
void spiSSInvert(spi_t *spi, bool invert) {
442442
if (spi) {
443443
spi->ss_invert = invert;
444444
}

0 commit comments

Comments
 (0)