Skip to content
Snippets Groups Projects
Unverified Commit f6e80d57 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Fix Z_MIN_PROBE_PIN on SKR 1.4 (#17187)

parent b14c9331
No related branches found
No related tags found
No related merge requests found
......@@ -96,11 +96,7 @@
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#if Z_STOP_PIN != P1_27
#define Z_MIN_PROBE_PIN P1_27
#else
#define Z_MIN_PROBE_PIN P0_10
#endif
#define Z_MIN_PROBE_PIN P0_10
#endif
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment