From b3c3d6f88f21feb518bab25e0e3020a2c84753c0 Mon Sep 17 00:00:00 2001 From: Andreas Antener Date: Wed, 20 Apr 2016 09:27:41 +0200 Subject: [PATCH] fixed format error --- src/systemcmds/motor_ramp/motor_ramp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/motor_ramp/motor_ramp.cpp b/src/systemcmds/motor_ramp/motor_ramp.cpp index e0056bd70c..68858870d5 100644 --- a/src/systemcmds/motor_ramp/motor_ramp.cpp +++ b/src/systemcmds/motor_ramp/motor_ramp.cpp @@ -251,7 +251,7 @@ int motor_ramp_thread_main(int argc, char *argv[]) _thread_should_exit = true; } - PX4_WARN("[motor_ramp] max chan: %d", max_channels); + PX4_WARN("[motor_ramp] max chan: %lu", max_channels); set_out(fd, max_channels, 0.0f);