Merge pull request #3218 from AnHardt/lost-pin-undef

Fix lost undef Y_MAX_PIN in pins.h
This commit is contained in:
Scott Lahteine 2016-03-23 21:37:51 -07:00
commit 49ed4696ea

View File

@ -219,6 +219,7 @@
#endif
#if ENABLED(DISABLE_YMAX_ENDSTOP)
#undef Y_MAX_PIN
#define Y_MAX_PIN -1
#endif