mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
use int32_t instead of int
This commit is contained in:
parent
585b03898f
commit
f2e8aabda4
@ -148,7 +148,7 @@ void parameters_init()
|
||||
void parameters_update()
|
||||
{
|
||||
PX4_WARN("uart_esc_main parameters_update");
|
||||
int v_int;
|
||||
int32_t v_int;
|
||||
|
||||
if (param_get(_parameter_handles.model, &v_int) == 0) {
|
||||
_parameters.model = v_int;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user