Skip to content

Commit

Permalink
馃悰 Fix Arduino IDE compile error (MarlinFirmware#22877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and ptoal committed Jan 12, 2022
1 parent eac01c3 commit 4445609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/lcd/extui/ftdi_eve_touch_ui/language/language.cpp
Expand Up @@ -21,7 +21,7 @@


#include "../../../../MarlinCore.h"

#include "language.h"

uint8_t lang = 0;
#if ENABLED(TOUCH_UI_FTDI_EVE)
#include "language.h"
uint8_t lang = 0;
#endif

0 comments on commit 4445609

Please sign in to comment.