Skip to content

Commit 9002c04

Browse files
committed
fixup
1 parent ec9e87d commit 9002c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/MarlinCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ void setup() {
12291229
#endif
12301230
#endif
12311231

1232-
#if DISABLED(NO_FREEZE_PIN)
1232+
#if ENABLED(FREEZE_FEATURE) && DISABLED(NO_FREEZE_PIN)
12331233
SETUP_LOG("FREEZE_PIN");
12341234
#if FREEZE_STATE
12351235
SET_INPUT_PULLDOWN(FREEZE_PIN);

0 commit comments

Comments
 (0)