only:todo
This commit is contained in:
rusefillc 2024-02-24 16:12:03 -05:00
parent 82df85503d
commit 5b71cc307b
1 changed files with 1 additions and 0 deletions

View File

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