0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp 2021-07-02 09:27:27 +12:00 committed by Scott Lahteine
parent 4235e23c7b
commit 6d05da0e5e
5 changed files with 9 additions and 5 deletions

View file

@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. * * location: <https://www.gnu.org/licenses/>. *
****************************************************************************/ ****************************************************************************/
#include "../compat.h" #include "../config.h"
#if ENABLED(TOUCH_UI_FTDI_EVE) #if ENABLED(TOUCH_UI_FTDI_EVE)

View file

@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. * * location: <https://www.gnu.org/licenses/>. *
****************************************************************************/ ****************************************************************************/
#include "../compat.h" #include "../config.h"
#if ENABLED(TOUCH_UI_FTDI_EVE) #if ENABLED(TOUCH_UI_FTDI_EVE)
#include "media_file_reader.h" #include "media_file_reader.h"

View file

@ -21,6 +21,10 @@
#pragma once #pragma once
// Configure this display with options in Configuration_adv.h
#include "../../../inc/MarlinConfigPre.h"
#if ENABLED(TOUCH_UI_FTDI_EVE)
#include "compat.h" #include "compat.h"
// Configure this display with options in Configuration_adv.h #endif

View file

@ -22,7 +22,7 @@
#pragma once #pragma once
#include "compat.h" #include "config.h"
#if ENABLED(TOUCH_UI_FTDI_EVE) #if ENABLED(TOUCH_UI_FTDI_EVE)

View file

@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. * * location: <https://www.gnu.org/licenses/>. *
****************************************************************************/ ****************************************************************************/
#include "../compat.h" #include "../config.h"
#if ENABLED(TOUCH_UI_FTDI_EVE) #if ENABLED(TOUCH_UI_FTDI_EVE)