Skip to content

Commit bf0acc9

Browse files
ellenspthinkyhead
andauthored
🐛 SKR Pro boards have DIAG pins (#26399)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
1 parent ddc310f commit bf0acc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/pins/pins.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
#include "mega/pins_GT2560_REV_B.h" // ATmega2560 env:mega2560
319319
#elif MB(GT2560_V4)
320320
#include "mega/pins_GT2560_V4.h" // ATmega2560 env:mega2560
321-
#elif MB(GT2560_V4_A20)
321+
#elif MB(GT2560_V4_A20)
322322
#include "mega/pins_GT2560_V4_A20.h" // ATmega2560 env:mega2560
323323
#elif MB(GT2560_V3_MC2)
324324
#include "mega/pins_GT2560_V3_MC2.h" // ATmega2560 env:mega2560

Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include "env_validate.h"
2525

26-
#define USES_DIAG_JUMPERS
26+
#define USES_DIAG_PINS
2727

2828
// If you have the BigTreeTech driver expansion module, enable BTT_MOTOR_EXPANSION
2929
// https://github.com/bigtreetech/BTT-Expansion-module/tree/master/BTT%20EXP-MOT

0 commit comments

Comments
 (0)