Browse Source

Fix bootscreen include path

Fix #9759
Scott Lahteine 7 years ago
parent
commit
0542b03750
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/dogm_bitmaps.h

+ 1
- 1
Marlin/src/lcd/dogm/dogm_bitmaps.h View File

@@ -37,7 +37,7 @@
37 37
 
38 38
   #if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
39 39
 
40
-    #include "../../_Bootscreen.h"
40
+    #include "../../../_Bootscreen.h"
41 41
 
42 42
     #ifndef CUSTOM_BOOTSCREEN_TIMEOUT
43 43
       #define CUSTOM_BOOTSCREEN_TIMEOUT 2500

Loading…
Cancel
Save