unit tests -Werror

This commit is contained in:
Daniel Agar
2016-03-12 17:01:08 -05:00
committed by Lorenz Meier
parent dcd44ea4bb
commit ce8eb0edd8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);