Skip to content

Commit 34dbff0

Browse files
looxonlinevgadreau
authored andcommitted
Fix SKR 1.4 thermistor pin comments (MarlinFirmware#19510)
1 parent 844b6d4 commit 34dbff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
#define E1_CS_PIN P1_01
154154
#endif
155155

156-
#define TEMP_1_PIN P0_23_A0 // A2 (T2) - (69) - TEMP_1_PIN
157-
#define TEMP_BED_PIN P0_25_A2 // A0 (T0) - (67) - TEMP_BED_PIN
156+
#define TEMP_1_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_1_PIN
157+
#define TEMP_BED_PIN P0_25_A2 // A2 (T2) - (69) - TEMP_BED_PIN
158158

159159
//
160160
// Software SPI pins for TMC2130 stepper drivers

0 commit comments

Comments
 (0)