Browse Source

Fix DGUS include paths

Followup to #20609
Scott Lahteine 4 years ago
parent
commit
87bef13a4c

+ 1
- 1
Marlin/src/lcd/extui/lib/dgus/fysetc/DGUSScreenHandler.cpp View File

@@ -37,7 +37,7 @@
37 37
 #include "../../../../../sd/cardreader.h"
38 38
 
39 39
 #if ENABLED(POWER_LOSS_RECOVERY)
40
-  #include "../../../../feature/powerloss.h"
40
+  #include "../../../../../feature/powerloss.h"
41 41
 #endif
42 42
 
43 43
 #if ENABLED(SDSUPPORT)

+ 1
- 1
Marlin/src/lcd/extui/lib/dgus/hiprecy/DGUSScreenHandler.cpp View File

@@ -37,7 +37,7 @@
37 37
 #include "../../../../../sd/cardreader.h"
38 38
 
39 39
 #if ENABLED(POWER_LOSS_RECOVERY)
40
-  #include "../../../../feature/powerloss.h"
40
+  #include "../../../../../feature/powerloss.h"
41 41
 #endif
42 42
 
43 43
 #if ENABLED(SDSUPPORT)

+ 1
- 1
Marlin/src/lcd/extui/lib/dgus/origin/DGUSScreenHandler.cpp View File

@@ -37,7 +37,7 @@
37 37
 #include "../../../../../sd/cardreader.h"
38 38
 
39 39
 #if ENABLED(POWER_LOSS_RECOVERY)
40
-  #include "../../../../feature/powerloss.h"
40
+  #include "../../../../../feature/powerloss.h"
41 41
 #endif
42 42
 
43 43
 #if ENABLED(SDSUPPORT)

Loading…
Cancel
Save