Merge branch 'upstream' into dfsg-orig
[debian/gnuradio] / gr-utils / src / python / usrp_oscope.py
index f4a539dd59f62bd4e0c17a7fea092c49360effa5..9921e987340a4090cffcfc4a52f84442fed82d82 100755 (executable)
@@ -42,7 +42,7 @@ def pick_subdevice(u):
     """
     if u.db(0, 0).dbid() >= 0:       # dbid is < 0 if there's no d'board or a problem
         return (0, 0)
-    if u.db(0, 0).dbid() >= 0:
+    if u.db(1, 0).dbid() >= 0:
         return (1, 0)
     return (0, 0)