Parcourir la source
Merge pull request #277 from jwlodek/fix-speed-example
Fix issue with speed example - does not compile on master branch
pull/283/head
mstroh76
il y a 2 mois
committed by
GitHub
Parent
révision
f0c8991e3a
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
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) ; |
|
|
|
|
|
|
|