Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
WiringPi
mirror da
https://github.com/WiringPi/WiringPi.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
9
Wiki
Attività
Sfoglia il codice sorgente
fixes
WiringPi/WiringPi#100
pull/101/head
freddyrios
3 anni fa
parent
e9821abdb4
commit
377201b45e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
Vedi 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
Scrivi
Anteprima
Caricamento…
Annulla
Salva