boardConfigureLuaHooks
This commit is contained in:
parent
1b9d4dbaf5
commit
27ad57fc89
|
@ -734,7 +734,11 @@ static int lua_vincpy(lua_State* l) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BOARD_WEAK void boardConfigureLuaHooks(lua_State* lState) { }
|
||||||
|
|
||||||
void configureRusefiLuaHooks(lua_State* lState) {
|
void configureRusefiLuaHooks(lua_State* lState) {
|
||||||
|
boardConfigureLuaHooks(lState);
|
||||||
|
|
||||||
LuaClass<Timer> luaTimer(lState, "Timer");
|
LuaClass<Timer> luaTimer(lState, "Timer");
|
||||||
luaTimer
|
luaTimer
|
||||||
.ctor()
|
.ctor()
|
||||||
|
|
Loading…
Reference in New Issue