commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4289 - gnuradio/branches/developers/trondeau/ethernet


From: trondeau
Subject: [Commit-gnuradio] r4289 - gnuradio/branches/developers/trondeau/ethernet/gnuradio-examples/python/hier/networking
Date: Wed, 17 Jan 2007 15:47:16 -0700 (MST)

Author: trondeau
Date: 2007-01-17 15:47:16 -0700 (Wed, 17 Jan 2007)
New Revision: 4289

Modified:
   
gnuradio/branches/developers/trondeau/ethernet/gnuradio-examples/python/hier/networking/vector_source.py
Log:
typo fix (upd... I knew I was going to make this mistake at some point)

Modified: 
gnuradio/branches/developers/trondeau/ethernet/gnuradio-examples/python/hier/networking/vector_source.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/ethernet/gnuradio-examples/python/hier/networking/vector_source.py
    2007-01-17 22:46:35 UTC (rev 4288)
+++ 
gnuradio/branches/developers/trondeau/ethernet/gnuradio-examples/python/hier/networking/vector_source.py
    2007-01-17 22:47:16 UTC (rev 4289)
@@ -36,7 +36,7 @@
 
         udp = gr.udp_sink(gr.sizeof_float, local_ipaddress, 0,
                           remote_ipaddress, port, mtu)
-        self.define_component("dst",  upd)
+        self.define_component("dst",  udp)
 
         self.connect("data", 0, "dst", 0)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]