Merge ccdbg and altos sources into one giant repository
[fw/altos] / target / radio / recv.c
index 1f50d8a95721ca3eb6832a6384136db183ead36a..c50c32055e35b164756d570da52f69d86fdecf72 100644 (file)
@@ -46,7 +46,7 @@ main ()
                        packet[i] = RFD;
                }
                P1 = 0;
-               
+
                /* check packet contents */
                for (i = 0; i < PACKET_LEN; i++)
                        if (packet[i] != i)