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

Since 1.06 some ino do not compile #16

Closed
fpistm opened this issue Aug 7, 2017 · 1 comment
Closed

Since 1.06 some ino do not compile #16

fpistm opened this issue Aug 7, 2017 · 1 comment

Comments

@fpistm
Copy link

fpistm commented Aug 7, 2017

It seems it misses a carriage return in the comment:
// with the arduino pin number it is connected toconst int rs=12, en=11, d4=5, d5=4, d6=3, d7=2;
should be:
// with the arduino pin number it is connected to
const int rs=12, en=11, d4=5, d5=4, d6=3, d7=2;

Impacted sketch:

  • Blink.ino
  • Cursor.ino
@fpistm fpistm changed the title Since 1.06 Blink.ino do not compile Since 1.06 some ino do not compile Aug 7, 2017
@facchinm
Copy link
Contributor

Fixed by 9af7b43, thnaks for reporting!

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