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

Configuration.h Comments Issue #5

Closed
wants to merge 1 commit into from
Closed

Conversation

brentru
Copy link

@brentru brentru commented May 25, 2016

Arduino Error:

exit status 1
pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token

Issue: Comments directly after defines (i.e: #define Z_PROBE_SENSITIVITY 25 // 0-126 bit value) causing errors on verification before upload.
Fix: Offending comments have been moved to the line before they were declared on (i.e: line 449 is a comment for line 450 that does not conflict with the #define macro)

Arduino Error: 
> exit status 1
> pasting "/* mini-rambo ext pins on P3 ext next to LCD header*/" and "_RPORT" does not give a valid preprocessing token

Issue: Comments directly after defines (i.e: #define Z_PROBE_SENSITIVITY 25 // 0-126 bit value) causing errors on verification before upload. 
Fix: Offending comments have been moved to the line before they were declared on (i.e: line 449 is a comment for line 450 that does not conflict with the #define macro)
@brentru brentru closed this Aug 9, 2016
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

Successfully merging this pull request may close these issues.

None yet

1 participant