mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Warning removed
This commit is contained in:
parent
b8195e1372
commit
ad33bff31c
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ static int luaTelemetryPush(lua_State *L)
|
|||
}
|
||||
}
|
||||
|
||||
unsigned int id = luaL_checkunsigned(L, 1);
|
||||
unsigned int value = luaL_checkunsigned(L, 2);
|
||||
uint8_t id = luaL_checkunsigned(L, 1);
|
||||
uint32_t value = luaL_checkunsigned(L, 2);
|
||||
|
||||
luaOutputTelemetryFifo->push((LuaTelemetryValue){ id, value });
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue