Skip to content
Snippets Groups Projects
Commit 9611641b authored by Martina's avatar Martina Committed by Daniel Agar
Browse files

tune_control: add silence to tune_control message

parent d5b2ba27
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ tune_control_main(int argc, char *argv[])
tune_control.tune_id = 0;
tune_control.frequency = (uint16_t)frequency;
tune_control.duration = (uint32_t)duration;
tune_control.silence = (uint32_t)silence;
publish_tune_control(tune_control);
usleep(duration + silence);
exit_counter++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment