mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
Remove obsolete warning.
This commit is contained in:
@@ -141,7 +141,7 @@ do_import(void)
|
|||||||
static void
|
static void
|
||||||
do_show(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);
|
param_foreach(do_show_print, NULL, false);
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user