mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Remove obsolete warning.
This commit is contained in:
@@ -141,7 +141,7 @@ do_import(void)
|
||||
static void
|
||||
do_show(void)
|
||||
{
|
||||
printf(" + = saved, * = unsaved (warning, floating-point values are often printed with the decimal point wrong)\n");
|
||||
printf(" + = saved, * = unsaved\n");
|
||||
param_foreach(do_show_print, NULL, false);
|
||||
|
||||
exit(0);
|
||||
|
||||
Reference in New Issue
Block a user