Skip to content

Commit 9f506aa

Browse files
Update esp32-hal-spi.h
Removed the out from the function name spiSSInvertout.
1 parent 9d859c8 commit 9f506aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-spi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void spiSSClear(spi_t *spi);
9898

9999
void spiWaitReady(spi_t *spi);
100100
//invert hardware SS
101-
void spiSSInvertout(spi_t *spi, bool invert);
101+
void spiSSInvert(spi_t *spi, bool invert);
102102

103103
uint32_t spiGetClockDiv(spi_t *spi);
104104
uint8_t spiGetDataMode(spi_t *spi);

0 commit comments

Comments
 (0)