Skip to content

Commit e0c60a8

Browse files
committed
🩹 Fix VALIDATE_HOMING_ENDSTOPS missing header
1 parent b735844 commit e0c60a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/endstops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "endstops.h"
2828
#include "stepper.h"
2929

30-
#if HAS_STATUS_MESSAGE
30+
#if ANY(HAS_STATUS_MESSAGE, VALIDATE_HOMING_ENDSTOPS)
3131
#include "../lcd/marlinui.h"
3232
#endif
3333

0 commit comments

Comments
 (0)