This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
fixes
WiringPi/WiringPi#100
pull/101/head
freddyrios
3 years ago
parent
e9821abdb4
commit
377201b45e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
View File
@@ -2049,7 +2049,7 @@ int wiringPiISR (int pin, int mode, void (*function)(void))
return wiringPiFailure (WPI_FATAL, "wiringPiISR: Can't find gpio program\n") ;
}
else // Parent, wait
wait (NULL) ;
wait
pid
(
pid,
NULL
, 0
) ;
}
// Now pre-open the /sys/class node - but it may already be open if
Write
Preview
Loading…
Cancel
Save