mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_HAL_SITL: correct format string
This commit is contained in:
parent
66d460c19b
commit
b0f3c89939
@ -279,7 +279,7 @@ bool SITL_State::_read_rc_sitl_input()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "Malformed SITL RC input (%li)", size);
|
fprintf(stderr, "Malformed SITL RC input (%ld)", (long)size);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user