🐛 Fix SKR Pro bad directive (#22438)

This commit is contained in:
Keith Bennett 2021-07-28 12:56:26 -07:00 committed by Scott Lahteine
parent b16a72a7e6
commit 776ededca4

View File

@ -254,7 +254,7 @@
#define TEMP_BED_PIN PF3 // T0 <-> Bed
#endif
#ifdef TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
#if TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
#if TEMP_SENSOR_PROBE_IS_AD8495 || TEMP_SENSOR_PROBE == 20
#if HOTENDS == 2
#define TEMP_PROBE_PIN PF10