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: Sat, 15 Nov 2003 20:40:22 -0800 (PST)

On Sat, 15 Nov 2003, Tomas Vanek wrote:

> Theodore A. Roth wrote:
> > 
> > Tomas, are you ok with my changes? If so, I'll commit this to HEAD and
> > 1.0.
> 
> Well done, Ted.
> 
> > +/** \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?

Ted Roth





reply via email to

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