commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6702 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r6702 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Fri, 26 Oct 2007 11:36:13 -0600 (MDT)

Author: gnychis
Date: 2007-10-26 11:36:12 -0600 (Fri, 26 Oct 2007)
New Revision: 6702

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_inband_usb_packet.h
Log:
Improper value


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_inband_usb_packet.h
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_inband_usb_packet.h
   2007-10-26 08:10:38 UTC (rev 6701)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_inband_usb_packet.h
   2007-10-26 17:36:12 UTC (rev 6702)
@@ -31,7 +31,7 @@
 
 static const int USB_PKT_SIZE = 512;   // bytes
 static const int MAX_PAYLOAD = USB_PKT_SIZE-2*sizeof(uint32_t);
-static const int CONTROL_CHAN = CONTROL_CHAN;
+static const int CONTROL_CHAN = 0x1f;
 
 class usrp_inband_usb_packet {
   //





reply via email to

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