libtunes: addressing comments of #9117

This commit is contained in:
Alessandro Simovic
2018-03-26 13:09:58 +02:00
committed by Beat Küng
parent 6e1c495268
commit 9d3dfb7864
3 changed files with 5 additions and 5 deletions
+5 -1
View File
@@ -207,7 +207,11 @@ tune_control_main(int argc, char *argv[])
}
} else if (!strcmp(argv[myoptind], "libtest")) {
tunes.set_control(tune_control);
int ret = tunes.set_control(tune_control);
if (ret == -EINVAL) {
PX4_WARN("Tune ID not recognized.");
}
while (tunes.get_next_tune(frequency, duration, silence, strength) > 0) {
PX4_INFO("frequency: %d, duration %d, silence %d, strength%d",