-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiringPi double initialization #3
Comments
Hi, i'm having the same issue. I also commented the line #130 but still seems doesn't work..
|
Do you get the same error after commenting the line? Perhaps you forgot to rebuild the library (remove the .o files and compile again) or there's another wiringPiSetup() somewhere in the code. |
As you can see here, i commented that line, removed the file and runned make again, than executed. But still same error..
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it seems something changed in the WiringPi library that causes the following runtime error:
I fixed it by commenting out
lmic_pi/lmic/hal.c
Line 18 in c4a7c20
Additionally, in the example there is another call to wiringPiSetup() which needs to be commented out.
The text was updated successfully, but these errors were encountered: