Merge pull request #3556 from philfifi/fix_pullup

Fix bug in pullups handling for Z_MIN_PROBE
This commit is contained in:
Scott Lahteine 2016-04-18 18:04:26 -07:00
commit eda821ca1c

View file

@ -297,7 +297,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