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

Fix #ifdef AVR_AT90USB1286_FAMILY in pinsDebug #7156

Merged
merged 1 commit into from Jun 27, 2017

Conversation

benlye
Copy link
Contributor

@benlye benlye commented Jun 27, 2017

Can't compile with PINS_DEBUGING enabled on Atmega1284p because it tries to enumerate pins 46 and 47 (which don't exist) because #ifdef AVR_AT90USB1286_FAMILY doesn't work as expected. Addresses #7151.

Can't compile with PINS_DEBUGING enabled on Atmega1284p because it tries
to enumerate pins 46 and 47 (which don't exist) because `#ifdef
AVR_AT90USB1286_FAMILY ` doesn't work as expected.
@thinkyhead
Copy link
Member

Good catch, thank you!

@thinkyhead thinkyhead merged commit 61d00d8 into MarlinFirmware:bugfix-1.1.x Jun 27, 2017
@benlye benlye deleted the benlye-fix-pinsdebug branch June 27, 2017 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants