RemoteIR.

Dependents:   RemoteIR_TestProgram SerialGPS_TestProgram StarBoardOrangeExpansion1 Door_Slamming_Device ... more

Revision:
7:9452ba065449
Parent:
6:e57504fc802e
Child:
9:dcfdac59ef74
--- a/ReceiverIR.cpp	Sat Aug 21 11:04:54 2010 +0000
+++ b/ReceiverIR.cpp	Sat Aug 21 11:05:57 2010 +0000
@@ -50,7 +50,7 @@
     init_state();
 
     IRQ_ENABLE();
-    return bitcount;
+    return data.bitcount;
 }
 
 void ReceiverIR::init_state(void) {