Skip to content
Snippets Groups Projects
Unverified Commit 88cc1d1a authored by Chris Pepper's avatar Chris Pepper Committed by GitHub
Browse files

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

parent 76e9ee33
Branches
Tags
No related merge requests found
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
#define PS_ON_PIN P2_12 // (12) #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 #define MAX6675_SS_PIN P1_28
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment