mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Scripting: Forward declare lua_new_uint32_t
This commit is contained in:
parent
a469a31528
commit
5da062b850
@ -45,6 +45,7 @@ int new_uint32_t(lua_State *L) {
|
||||
}
|
||||
|
||||
// the exposed constructor to lua calls to create a uint32_t
|
||||
int lua_new_uint32_t(lua_State *L);
|
||||
int lua_new_uint32_t(lua_State *L) {
|
||||
const int args = lua_gettop(L);
|
||||
if (args > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user