Fixed string formatting error

This commit is contained in:
Lorenz Meier
2014-04-26 15:22:03 +02:00
parent 5ad3ff95bf
commit 9358eb2428
+1 -1
View File
@@ -655,7 +655,7 @@ Sensors::parameters_update()
}
if (param_get(_parameter_handles.rc_map_loiter_sw, &(_parameters.rc_map_loiter_sw)) != OK) {
warnx(paramerr);
warnx("%s", paramerr);
}
if (param_get(_parameter_handles.rc_map_flaps, &(_parameters.rc_map_flaps)) != OK) {