Merge pull request #7974 from jeffyl/bugfix-2.0.x

Fix include path for VIKI
This commit is contained in:
Scott Lahteine 2017-10-14 17:38:42 -05:00 committed by GitHub
commit ec69e97bda

View file

@ -23,7 +23,7 @@
#ifndef ULCDST7565_H
#define ULCDST7565_H
#include <src/Marlin.h>
#include "../../Marlin.h"
#if ENABLED(U8GLIB_ST7565_64128N)