Browse Source

🩹 Fix include path (#23150)

Giuliano Zaro 3 years ago
parent
commit
203047f859
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/extui/dgus/mks/DGUSDisplayDef.cpp

+ 1
- 1
Marlin/src/lcd/extui/dgus/mks/DGUSDisplayDef.cpp View File

@@ -40,7 +40,7 @@
40 40
 #endif
41 41
 
42 42
 #if ENABLED(POWER_LOSS_RECOVERY)
43
-  #include "../../../../../feature/powerloss.h"
43
+  #include "../../../../feature/powerloss.h"
44 44
 #endif
45 45
 
46 46
 #if ENABLED(DGUS_UI_MOVE_DIS_OPTION)

Loading…
Cancel
Save