ellensp
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/pins/pinsDebug_list.h
|
@ -30,7 +30,7 @@ |
|
|
// Analog Pin Assignments
|
|
|
// Analog Pin Assignments
|
|
|
//
|
|
|
//
|
|
|
|
|
|
|
|
|
#define ANALOG_OK(PN) ((PN) >= 0 && (PN) < NUM_ANALOG_PINS) |
|
|
#define ANALOG_OK(PN) ((PN) >= 0 && (PN) < NUM_ANALOG_INPUTS) |
|
|
|
|
|
|
|
|
#if defined(EXT_AUX_A0) && ANALOG_OK(EXT_AUX_A0) |
|
|
#if defined(EXT_AUX_A0) && ANALOG_OK(EXT_AUX_A0) |
|
|
REPORT_NAME_ANALOG(__LINE__, EXT_AUX_A0) |
|
|
REPORT_NAME_ANALOG(__LINE__, EXT_AUX_A0) |
|
|