Skip to content
Snippets Groups Projects
Commit 3e176fa9 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

df_mpu9250_wrapper: usage is info

parent d5a7aaa0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment