🩹 Ensure pin_is_protected is defined (#25829)

This commit is contained in:
Andrew
2023-05-15 17:24:36 -04:00
committed by GitHub
parent 46e8b9cad9
commit 99e38c40be
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#if ENABLED(PINS_DEBUGGING)
#include "../gcode.h"
#include "../../MarlinCore.h" // for pin_is_protected
#include "../../MarlinCore.h" // for pin_is_protected, wait_for_user
#include "../../pins/pinsDebug.h"
#include "../../module/endstops.h"