Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ReceiverIR.cpp
- 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) {