Browse Source

Fix jenkins build error in tune_control

sbg
Hamish Willee 6 years ago committed by Kabir Mohammed
parent
commit
55b9f76a16
  1. 2
      src/systemcmds/tune_control/tune_control.cpp

2
src/systemcmds/tune_control/tune_control.cpp

@ -89,7 +89,7 @@ $ tune_control play -t 2 @@ -89,7 +89,7 @@ $ tune_control play -t 2
PRINT_MODULE_USAGE_PARAM_INT('f', 0, 0, 22, "Frequency of tone in Hz (0-22kHz)", true);
PRINT_MODULE_USAGE_PARAM_INT('d', 1, 1, 21, "Duration of tone in us", true);
PRINT_MODULE_USAGE_PARAM_INT('s', 40, 0, 100, "Strength of tone (0-100)", true);
PRINT_MODULE_USAGE_PARAM_STRING('m', nullptr, "<string> - e.g. \"MFT200e8a8a\"",
PRINT_MODULE_USAGE_PARAM_STRING('m', nullptr, R"(<string> - e.g. "MFT200e8a8a")",
"Melody in string form", true);
PRINT_MODULE_USAGE_COMMAND_DESCR("libtest","Test library");
PRINT_MODULE_USAGE_COMMAND_DESCR("stop","Stop playback (use for repeated tunes)");

Loading…
Cancel
Save