forked RemoteIR

Fork of RemoteIR by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

Comitter:
shintamainjp
Date:
Sat Aug 21 11:05:57 2010 +0000
Parent:
6:e57504fc802e
Child:
8:46e34d6ddbe4
Commit message:

Changed in this revision

ReceiverIR.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {