df_mpu9250_wrapper: usage is info

This commit is contained in:
Julian Oes 2016-05-31 18:05:18 +01:00 committed by Lorenz Meier
parent d5a7aaa09d
commit 3e176fa91f

View File

@ -835,9 +835,9 @@ info()
void
usage()
{
PX4_WARN("Usage: df_mpu9250_wrapper 'start', 'start_without_mag', 'info', 'stop'");
PX4_WARN("options:");
PX4_WARN(" -R rotation");
PX4_INFO("Usage: df_mpu9250_wrapper 'start', 'start_without_mag', 'info', 'stop'");
PX4_INFO("options:");
PX4_INFO(" -R rotation");
}
} // namespace df_mpu9250_wrapper