Skip to content

Commit

Permalink
plugins: adrv9002: update naming of cli tool
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w committed Oct 24, 2023
1 parent 54e130e commit 05d951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adrv9002.c
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ static char *profile_gen_cli_get_cmd()
FILE *file;
char *command;
command = malloc(sizeof(char) * 24);
sprintf(command, "adrv9001-iio-cli");
sprintf(command, "adrv9002-iio-cli");

// Open the command for reading
file = popen(command, "r");
Expand Down

0 comments on commit 05d951d

Please sign in to comment.