Преглед изворни кода

Merge pull request #277 from jwlodek/fix-speed-example

Fix issue with speed example - does not compile on master branch
pull/283/head
mstroh76 пре 2 месеци
committed by GitHub
родитељ
комит
f0c8991e3a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      examples/speed.c

+ 1
- 1
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) ;



Loading…
Откажи
Сачувај