Merge pull request #7974 from jeffyl/bugfix-2.0.x
Fix include path for VIKI
This commit is contained in:
commit
ec69e97bda
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
#ifndef ULCDST7565_H
|
#ifndef ULCDST7565_H
|
||||||
#define ULCDST7565_H
|
#define ULCDST7565_H
|
||||||
|
|
||||||
#include <src/Marlin.h>
|
#include "../../Marlin.h"
|
||||||
|
|
||||||
#if ENABLED(U8GLIB_ST7565_64128N)
|
#if ENABLED(U8GLIB_ST7565_64128N)
|
||||||
|
|
||||||
|
|
Reference in a new issue