diff --git a/documentation/english/functions.md b/documentation/english/functions.md index 30498f1..981786b 100644 --- a/documentation/english/functions.md +++ b/documentation/english/functions.md @@ -793,7 +793,7 @@ Opens the specified SPI bus. The Raspberry Pi has 2 channels, 0 and 1. The speed ```C int wiringPiSPISetup (int channel, int speed); -int wiringPiSPISetup (int channel, int speed, int mode); +int wiringPiSPISetupMode (int channel, int speed, int mode); int wiringPiSPIxSetupMode(const int number, const int channel, const int speed, const int mode); ```