Browse Source

Fix broken #include (#20193)

bosd 3 years ago
parent
commit
acdfbbeb86
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/mmu/mmu.cpp

+ 1
- 1
Marlin/src/feature/mmu/mmu.cpp View File

20
  *
20
  *
21
  */
21
  */
22
 
22
 
23
-#include "../inc/MarlinConfig.h"
23
+#include "../../inc/MarlinConfig.h"
24
 
24
 
25
 #if HAS_PRUSA_MMU1
25
 #if HAS_PRUSA_MMU1
26
 
26
 

Loading…
Cancel
Save