Fix TEMP_PROBE_PIN for SKR 1.4

Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2020-03-03 14:52:10 -06:00
parent a698bfdc2a
commit 72b63e9520

View file

@ -58,8 +58,9 @@
#ifndef TEMP_BED_PIN
#define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN
#endif
#if HOTENDS == 1 && TEMP_SENSOR_PROBE
#define TEMP_PROBE_PIN P0_25_A2 // TEMP_1_PIN
#define TEMP_PROBE_PIN TEMP_1_PIN
#endif
//