Skip to content

Commit

Permalink
Fix SKR 1.4 thermistor pin comments (MarlinFirmware#19510)
Browse files Browse the repository at this point in the history
  • Loading branch information
looxonline authored and thinkyhead committed Apr 29, 2021
1 parent 0fedd76 commit 3065e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
#define E1_CS_PIN P1_01
#endif

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

//
// Software SPI pins for TMC2130 stepper drivers
Expand Down

0 comments on commit 3065e4f

Please sign in to comment.