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:
parent
a185ce22cf
commit
e0dda61501
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue