0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

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 #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)