forked from Archive/PX4-Autopilot
Merge branch 'master' of github.com:PX4/Firmware into rc_mapping
This commit is contained in:
commit
713f35e04e
|
@ -320,7 +320,7 @@ do_set(const char* name, const char* val)
|
|||
char* end;
|
||||
f = strtod(val,&end);
|
||||
param_set(param, &f);
|
||||
printf(" -> new: %f\n", f);
|
||||
printf(" -> new: %4.4f\n", (double)f);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue