🐛 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