Skip to content

Commit

Permalink
🐛 Fix SKR Pro bad directive (MarlinFirmware#22438)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and ptoal committed Dec 16, 2021
1 parent ffe0cb6 commit 7120fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7120fd4

Please sign in to comment.