commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7974 - usrp2/trunk/host/lib


From: eb
Subject: [Commit-gnuradio] r7974 - usrp2/trunk/host/lib
Date: Sat, 8 Mar 2008 13:37:22 -0700 (MST)

Author: eb
Date: 2008-03-08 13:37:22 -0700 (Sat, 08 Mar 2008)
New Revision: 7974

Modified:
   usrp2/trunk/host/lib/usrp2_basic.cc
Log:
testing

Modified: usrp2/trunk/host/lib/usrp2_basic.cc
===================================================================
--- usrp2/trunk/host/lib/usrp2_basic.cc 2008-03-08 20:35:05 UTC (rev 7973)
+++ usrp2/trunk/host/lib/usrp2_basic.cc 2008-03-08 20:37:22 UTC (rev 7974)
@@ -482,7 +482,7 @@
   // receiving other packets and need some kind of state machine /
   // state chart to handle this, defer other packets, etc.
 
-  len = d_ethernet->read_packet(pktbuf, sizeof(*pktbuf));
+  len = d_ethernet->read_packet(pktbuf, sizeof(pktbuf));
   printf("read_packet = %d\n", len);
     
   if (len <= 0)





reply via email to

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