0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 22:20:56 +00:00

🩹 Fix include path (#23150)

This commit is contained in:
Giuliano Zaro 2021-11-23 22:33:33 +01:00 committed by Scott Lahteine
parent 3148060550
commit f3fc1d15a3

View file

@ -40,7 +40,7 @@
#endif
#if ENABLED(POWER_LOSS_RECOVERY)
#include "../../../../../feature/powerloss.h"
#include "../../../../feature/powerloss.h"
#endif
#if ENABLED(DGUS_UI_MOVE_DIS_OPTION)