commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6808 - gnuradio/branches/developers/matt/u2f/firmware


From: matt
Subject: [Commit-gnuradio] r6808 - gnuradio/branches/developers/matt/u2f/firmware
Date: Sat, 3 Nov 2007 16:51:15 -0600 (MDT)

Author: matt
Date: 2007-11-03 16:51:15 -0600 (Sat, 03 Nov 2007)
New Revision: 6808

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/gen_eth_packets.c
Log:
the reason we never sent any packets -- we interrupted the transfer of the 
first packet because of the bad termination clause


Modified: gnuradio/branches/developers/matt/u2f/firmware/gen_eth_packets.c
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/gen_eth_packets.c    
2007-11-03 03:30:12 UTC (rev 6807)
+++ gnuradio/branches/developers/matt/u2f/firmware/gen_eth_packets.c    
2007-11-03 22:51:15 UTC (rev 6808)
@@ -219,7 +219,7 @@
 
       bp_send_from_buf(0, PORT_ETH, 1, 0, 300);
 
-      while ((buffer_pool_status->status & (BPS_DONE_0|BPS_ERROR_0)) != 0)
+      while ((buffer_pool_status->status & (BPS_DONE_0|BPS_ERROR_0)) == 0)
        ;
       bp_clear_buf(0);
 





reply via email to

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