Explorar el Código

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

Chris Pepper hace 6 años
padre
commit
88cc1d1a31
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/pins/pins_RAMPS_RE_ARM.h

+ 1
- 1
Marlin/src/pins/pins_RAMPS_RE_ARM.h Ver fichero

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

Loading…
Cancelar
Guardar