IRremote

Revision:
1:e12749a24efd
Parent:
0:fe20e27c6295
Child:
2:4f0d37840b59
--- a/IRremote.cpp	Fri Nov 08 05:09:02 2013 +0000
+++ b/IRremote.cpp	Fri Nov 08 05:11:47 2013 +0000
@@ -64,7 +64,7 @@
     char IR_rx;
     if(ir_i<4) {
         IR_rx=IR_buf[ir_i];
-        IR_buf[ir_i]=0xFF;
+        IR_buf[ir_i]=0xFF; //init
     } else {
         IR_rx=0xFF;;
     }