diff --git a/examples/speed.c b/examples/speed.c index 19b2b06..23a3a50 100644 --- a/examples/speed.c +++ b/examples/speed.c @@ -93,7 +93,7 @@ int main (void) // character device ABI printf ("\ncharacter device ABI method: (%8d iterations)\n", SLOW_COUNT) ; - wiringPiSetupGpioDevice () ; + wiringPiSetupGpioDevice (WPI_PIN_BCM) ; pinMode (17, OUTPUT) ; speedTest (17, SLOW_COUNT) ;