diff --git a/plugins/adrv9002.c b/plugins/adrv9002.c index f3ccb612..e8b1d52f 100644 --- a/plugins/adrv9002.c +++ b/plugins/adrv9002.c @@ -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");