unused lua parameter

This commit is contained in:
Matthew Kennedy 2024-01-06 21:55:39 -05:00 committed by rusefillc
parent 86b2e26506
commit 6243e21380
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ void configureRusefiLuaHooks(lua_State* lState) {
});
#if EFI_ELECTRONIC_THROTTLE_BODY && EFI_PROD_CODE
lua_register(lState, "restartEtb", [](lua_State* l) {
lua_register(lState, "restartEtb", [](lua_State*) {
// this is about Lua sensor acting in place of real analog PPS sensor
// todo: smarter implementation
doInitElectronicThrottle();