Skip to content

Commit

Permalink
Merge pull request #119 from czf0613/next
Browse files Browse the repository at this point in the history
baiywt committed Nov 20, 2024
2 parents d7bb9d9 + 4fb8cdc commit e791289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiringPi/wiringPi.c
Original file line number Diff line number Diff line change
@@ -4533,7 +4533,7 @@ int wiringPiISR (int pin, int mode, void (*function)(void))
else
modeS = "both" ;

sprintf (pinS, "%d", pin) ;
sprintf (pinS, "%d", bcmGpioPin);

if ((pid = fork ()) < 0) // Fail
return wiringPiFailure (WPI_FATAL, "wiringPiISR: fork failed: %s\n", strerror (errno)) ;

0 comments on commit e791289

Please sign in to comment.