mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 06:10:34 +08:00
libtunes: addressing comments of #9117
This commit is contained in:
committed by
Beat Küng
parent
6e1c495268
commit
9d3dfb7864
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user