mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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;
|
||||
}
|
||||
default:
|
||||
fprintf(stderr, "Malformed SITL RC input (%li)", size);
|
||||
fprintf(stderr, "Malformed SITL RC input (%ld)", (long)size);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user