This commit is contained in:
rusefillc 2021-11-13 08:20:30 -05:00
parent 14281da180
commit 731906b2be
1 changed files with 1 additions and 1 deletions

View File

@ -500,8 +500,8 @@ void configureRusefiLuaHooks(lua_State* l) {
return 1;
});
#if EFI_CAN_SUPPORT
lua_register(l, "txCan", lua_txCan);
#if EFI_CAN_SUPPORT
lua_register(l, "canRxAdd", [](lua_State* l) {
auto eid = luaL_checkinteger(l, 1);
addLuaCanRxFilter(eid);