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

Commits on Jun 27, 2017

  1. Fix #ifdef AVR_AT90USB1286_FAMILY in pinsDebug

    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.
    benlye committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    31514f4 View commit details
    Browse the repository at this point in the history