From 5b71cc307ba6953349f7ca215b7ad9c492eb0307 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 24 Feb 2024 16:12:03 -0500 Subject: [PATCH] https://github.com/rusefi/rusefi/issues/6041 only:todo --- firmware/controllers/lua/lua_can_rx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/lua/lua_can_rx.cpp b/firmware/controllers/lua/lua_can_rx.cpp index 03990a4e4b..81dc440a4b 100644 --- a/firmware/controllers/lua/lua_can_rx.cpp +++ b/firmware/controllers/lua/lua_can_rx.cpp @@ -80,6 +80,7 @@ static void handleCanFrame(LuaHandle& ls, CanFrameData* data) { lua_pushinteger(ls, dlc); if (engineConfiguration->luaCanRxWorkaround) { + // todo: https://github.com/rusefi/rusefi/issues/6041 lua_getglobal(ls, "global_can_data"); } else { // Build table for data, that's a HEAVY operation