Author: jaguarondi
Date: 2008-08-21 18:31:36 +0200 (Thu, 21 Aug 2008)
New Revision: 1566

Modified:
   firmware/rf/trunk/rf_ctrl.c
Log:
* Bug in the previous commit.



Modified: firmware/rf/trunk/rf_ctrl.c
===================================================================
--- firmware/rf/trunk/rf_ctrl.c 2008-08-21 16:24:55 UTC (rev 1565)
+++ firmware/rf/trunk/rf_ctrl.c 2008-08-21 16:31:36 UTC (rev 1566)
@@ -79,8 +79,10 @@
                 rf_buffer_rx = rf_buffer_rx_full;
                 rf_buffer_rx_full = p;
                 //PORTD ^= 0x08; // XXX DEBUG
+                good_frame_received = true;
             }
-            good_frame_received = true;
+            else
+                good_frame_received = false;
         }
         else
         {


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to