Browse Source

🐛 Fix SKR Pro bad directive (#22438)

Keith Bennett 4 years ago
parent
commit
d5a9a04abe
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h View File

254
   #define TEMP_BED_PIN                      PF3   // T0 <-> Bed
254
   #define TEMP_BED_PIN                      PF3   // T0 <-> Bed
255
 #endif
255
 #endif
256
 
256
 
257
-#ifdef TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
257
+#if TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
258
   #if TEMP_SENSOR_PROBE_IS_AD8495 || TEMP_SENSOR_PROBE == 20
258
   #if TEMP_SENSOR_PROBE_IS_AD8495 || TEMP_SENSOR_PROBE == 20
259
     #if HOTENDS == 2
259
     #if HOTENDS == 2
260
       #define TEMP_PROBE_PIN                PF10
260
       #define TEMP_PROBE_PIN                PF10

Loading…
Cancel
Save