Skip to content

Commit

Permalink
🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (MarlinFirmware#…
Browse files Browse the repository at this point in the history
…22276)

Co-authored-by: Scott Lahteine <[email protected]>
  • Loading branch information
2 people authored and ptoal committed Dec 16, 2021
1 parent 7a2a99b commit 8272ce6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. *
****************************************************************************/

#include "../compat.h"
#include "../config.h"

#if ENABLED(TOUCH_UI_FTDI_EVE)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. *
****************************************************************************/

#include "../compat.h"
#include "../config.h"

#if ENABLED(TOUCH_UI_FTDI_EVE)
#include "media_file_reader.h"
Expand Down
6 changes: 5 additions & 1 deletion Marlin/src/lcd/extui/ftdi_eve_touch_ui/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

#pragma once

// Configure this display with options in Configuration_adv.h
#include "../../../inc/MarlinConfigPre.h"
#if ENABLED(TOUCH_UI_FTDI_EVE)

#include "compat.h"

// Configure this display with options in Configuration_adv.h
#endif
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/ftdi_eve_touch_ui/screens.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#pragma once

#include "compat.h"
#include "config.h"

#if ENABLED(TOUCH_UI_FTDI_EVE)

Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/ftdi_eve_touch_ui/theme/sounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* location: <https://www.gnu.org/licenses/>. *
****************************************************************************/

#include "../compat.h"
#include "../config.h"

#if ENABLED(TOUCH_UI_FTDI_EVE)

Expand Down

0 comments on commit 8272ce6

Please sign in to comment.