mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix Jenkins build error
This commit is contained in:
parent
25f327c4ac
commit
4beca408b9
@ -262,7 +262,7 @@ void Simulator::handle_message(mavlink_message_t *msg, bool publish)
|
||||
// battery simulation
|
||||
hrt_abstime now = hrt_absolute_time();
|
||||
|
||||
const double discharge_interval_us = 60 * 1000 * 1000;
|
||||
const float discharge_interval_us = 60 * 1000 * 1000;
|
||||
|
||||
static hrt_abstime batt_sim_start = 0;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user