Add conditional, give DUE SPI a unique name, fix compiler warnings (#10168)
This commit is contained in:
committed by
Scott Lahteine
parent
b5b39af531
commit
7308ef7809
@ -547,6 +547,10 @@
|
||||
|
||||
#define ADC_KEYPAD_PIN 12
|
||||
|
||||
#elif ENABLED(AZSMZ_12864)
|
||||
|
||||
// Pins only defined for RAMPS_SMART currently
|
||||
|
||||
#else
|
||||
|
||||
// Beeper on AUX-4
|
||||
|
Reference in New Issue
Block a user