use the right define (#4184)

This commit is contained in:
Matthew Kennedy 2022-05-19 06:46:49 -07:00 committed by GitHub
parent 6f45d0fd46
commit 67932483fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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