avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Re: [RFC] Add _crc_ccitt_update()


From: Theodore A. Roth
Subject: [avr-libc-dev] Re: [RFC] Add _crc_ccitt_update()
Date: Tue, 18 Nov 2003 11:15:39 -0800 (PST)


On Tue, 18 Nov 2003, Tomas Vanek wrote:

> Theodore A. Roth wrote:
>
> >>>+/** \ingroup avr_crc
> >>>+    This is just an alias for _crc_ccitt_update() to help readability of 
> >>>the
> >>>+    users code. */
> >>>+
> >>>+#define _crc16_hdlc_update(__fcs, __data) _crc_ccitt_update(__fcs, __data)
> >>
> >>I don't insist on that name. I chosen it just to distinguish from Xmodem
> >>CRC. Your explanation is better.
> >
> >
> > Ok, do you mind if I just not add this define then?
> >
>
> Let's keep thinkgs simple. Go ahead and remove the alias.
> I personally would name it irlap_fcs_update anyway ;-).

Ok. I've committed the attached to HEAD and 1.0 branch.

Ted Roth

Attachment: avr-libc-crc-ccitt-2.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]