Skip to content

Commit

Permalink
🩹 Fix VALIDATE_HOMING_ENDSTOPS missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 14, 2025
1 parent b735844 commit e0c60a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/endstops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "endstops.h"
#include "stepper.h"

#if HAS_STATUS_MESSAGE
#if ANY(HAS_STATUS_MESSAGE, VALIDATE_HOMING_ENDSTOPS)
#include "../lcd/marlinui.h"
#endif

Expand Down

0 comments on commit e0c60a8

Please sign in to comment.