0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 22:20:56 +00:00

🐛 Fix Arduino IDE compile error (#22877)

This commit is contained in:
ellensp 2021-10-04 18:25:45 +13:00 committed by Scott Lahteine
parent a185ce22cf
commit e0dda61501

View file

@ -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