From b2128bc86442148d87a7fe897a382c836baf8a67 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sun, 27 May 2012 17:58:44 +0200 Subject: [PATCH] fix escape sequence for uhd device arguments example --- grc/gen_osmosdr_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py index b150f2a..d55ee47 100644 --- a/grc/gen_osmosdr_blocks.py +++ b/grc/gen_osmosdr_blocks.py @@ -116,7 +116,7 @@ Examples (some arguments may be optional): fcd=0 rtl=0,rtl_xtal=28.80001e6,tuner_xtal=26e6,buffers=64 ... rtl_tcp=127.0.0.1:1234,psize=16384 - uhd=,serial=...,type=usrp1,mcr=52e6,nchan=2,subdev='\\\\'B:0 A:0'\\\\' ... + uhd=,serial=...,type=usrp1,mcr=52e6,nchan=2,subdev='\\\\'B:0 A:0\\\\'' ... osmosdr=0,mcr=64e6,nchan=5 ... file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true ...