Fix bug in pullups handling for Z_MIN_PROBE

This commit is contained in:
Philippe LUC 2016-04-17 14:12:21 +02:00
parent c0e7257932
commit 86c868771b

View File

@ -296,7 +296,7 @@
#if ENABLED(USE_ZMIN_PLUG)
#define ENDSTOPPULLUP_ZMIN
#endif
#if ENABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
#if DISABLED(DISABLE_Z_MIN_PROBE_ENDSTOP)
#define ENDSTOPPULLUP_ZMIN_PROBE
#endif
#endif