From 8af57a5e26cdaeb775eb5604d4527d8d24f74299 Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Sun, 15 Sep 2024 15:20:05 +0900 Subject: [PATCH] Update plutoplayer.c --- player/plutoplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/plutoplayer.c b/player/plutoplayer.c index 1166240..2ac4892 100644 --- a/player/plutoplayer.c +++ b/player/plutoplayer.c @@ -125,7 +125,7 @@ int main(int argc, char** argv) { printf("* Transmit file size: %s\n", buf); printf("* Acquiring IIO context\n"); - //ctx = iio_create_default_context(); // Create a context from local IIO devices (Linux only) + //ctx = iio_create_default_context(); if (ctx == NULL) { if(ip != NULL) { ctx = iio_create_network_context(ip);