From 2155fc5216e30d1d866250d46eecdeb983767bb5 Mon Sep 17 00:00:00 2001 From: Mictronics Date: Wed, 21 Mar 2018 15:50:52 +0100 Subject: [PATCH] Remove double code. --- player/plutoplayer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/player/plutoplayer.c b/player/plutoplayer.c index f1f0b60..c5c1f15 100644 --- a/player/plutoplayer.c +++ b/player/plutoplayer.c @@ -186,10 +186,6 @@ int main(int argc, char** argv) { iio_channel_attr_write_longlong( iio_device_find_channel(phydev, "altvoltage1", true) , "frequency", txcfg.lo_hz); // Set TX LO frequency - - iio_channel_attr_write_longlong( - iio_device_find_channel(phydev, "altvoltage1", true) - , "frequency", txcfg.lo_hz); // Set TX LO frequency printf("* Initializing streaming channels\n"); tx0_i = iio_device_find_channel(tx, "voltage0", true);