mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 02:40:35 +08:00
unit tests -Werror
This commit is contained in:
committed by
Lorenz Meier
parent
dcd44ea4bb
commit
ce8eb0edd8
@@ -299,7 +299,7 @@ void hrt_stop_delay()
|
||||
_start_delay_time = 0;
|
||||
|
||||
if (delta > 10000) {
|
||||
PX4_INFO("simulator is slow. Delay added: %llu us", delta);
|
||||
PX4_INFO("simulator is slow. Delay added: %" PRIi64 " us", delta);
|
||||
}
|
||||
|
||||
pthread_mutex_unlock(&_hrt_mutex);
|
||||
|
||||
Reference in New Issue
Block a user