forked RemoteIR
Fork of RemoteIR by
Diff: ReceiverIR.h
- Revision:
- 4:2304646f6ff5
- Parent:
- 1:4adf16017a0f
- Child:
- 8:46e34d6ddbe4
--- a/ReceiverIR.h Sat Aug 21 04:46:14 2010 +0000 +++ b/ReceiverIR.h Sat Aug 21 11:01:31 2010 +0000 @@ -52,11 +52,11 @@ * * @param format Pointer to format. * @param buf Buffer of data. - * @param bufsiz Buffer byte size. + * @param bitlength Bit length of the buffer. * * @return Data bit length. */ - int getData(RemoteIR::Format *format, uint8_t *buf, int bufsiz); + int getData(RemoteIR::Format *format, uint8_t *buf, int bitlength); private: