Fix Preprocessor syntax in Re-ARM pins file (#13247)

This commit is contained in:
Chris Pepper 2019-02-24 01:36:58 +00:00 committed by GitHub
parent 76e9ee33aa
commit 88cc1d1a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@
#define PS_ON_PIN P2_12 // (12)
#ifndef MAX6675_SS_PIN && !USE_ZMAX_PLUG
#if !defined(MAX6675_SS_PIN) && DISABLED(USE_ZMAX_PLUG)
#define MAX6675_SS_PIN P1_28
#endif