From 67932483fb06ab1f3213e3894e1010aa886dd04f Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 19 May 2022 06:46:49 -0700 Subject: [PATCH] use the right define (#4184) --- firmware/controllers/lua/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/lua/lua.cpp b/firmware/controllers/lua/lua.cpp index 20ba98fb21..eba4972087 100644 --- a/firmware/controllers/lua/lua.cpp +++ b/firmware/controllers/lua/lua.cpp @@ -375,7 +375,7 @@ static LuaThread luaThread; #endif void startLua() { -#if defined(STM32F4) && !defined(IS_STM32F429) +#if defined(STM32F4) && !defined(EFI_IS_F42x) // we need this on microRusEFI for sure // definitely should NOT have this on Proteus // on Hellen a bit of open question what's the best track