0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 06:48:05 +00:00

🐛 Fix Arduino IDE compile error (#22877)

This commit is contained in:
ellensp 2021-10-04 18:25:45 +13:00 committed by GitHub
parent 54d400608d
commit cb9fafd4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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