Skip to content
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

piNes broken #4

Closed
fhp opened this issue Oct 28, 2012 · 0 comments
Closed

piNes broken #4

fhp opened this issue Oct 28, 2012 · 0 comments

Comments

@fhp
Copy link

fhp commented Oct 28, 2012

I was building the code, and the makefile failed on the piNes module:
piNes.c:25:12: warning: extra tokens at end of #include directive [enabled by default]
piNes.c:25:10: error: empty filename in #include

Apparently the include was wrong, this fixed it for me:

-#include ""wiringPi.h""
+#include "wiringPi.h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants