Skip to content

Commit d59f954

Browse files
authored
Merge pull request WiringPi#364 from nds2204/patch-1
Update functions.md
2 parents 681c5f1 + c4a7a98 commit d59f954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/english/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ Opens the specified SPI bus. The Raspberry Pi has 2 channels, 0 and 1. The speed
793793
```C
794794
int wiringPiSPISetup (int channel, int speed);
795795

796-
int wiringPiSPISetup (int channel, int speed, int mode);
796+
int wiringPiSPISetupMode (int channel, int speed, int mode);
797797

798798
int wiringPiSPIxSetupMode(const int number, const int channel, const int speed, const int mode);
799799
```

0 commit comments

Comments
 (0)