From 722432e277b221411a797e51c763ea88b6e49812 Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Wed, 7 Mar 2018 15:33:12 +0900 Subject: [PATCH] Add ADALM-Pluto support --- player/plutoplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/player/plutoplayer.c b/player/plutoplayer.c index 9422851..4c7dc8b 100644 --- a/player/plutoplayer.c +++ b/player/plutoplayer.c @@ -25,8 +25,8 @@ struct stream_cfg { static void usage() { fprintf(stderr, "Usage: plutoplayer [options]\n" " -t Transmit data from file (required)\n" - " -a Set TX attenuation [dB] (default -20.0)" - " -b Set RF bandwidth [MHz] (default 5.0)"); + " -a Set TX attenuation [dB] (default -20.0)\n" + " -b Set RF bandwidth [MHz] (default 5.0)\n"); return; }