Commit 7c45952b authored by Federico Vaga's avatar Federico Vaga

wrtd:tools: fix software trigger set delay

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 575cefa9
......@@ -260,7 +260,7 @@ static int wrtd_cmd_sw_trigger(struct wrtd_node *wrtd, int input,
uint64_t ts;
int ret;
if (argc != 1 || argv[0] == NULL) {
if (argc < 1 || argv[0] == NULL) {
fprintf(stderr, "Missing ID value.\n");
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment