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

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

Re: [avr-libc-dev] [avr-gcc-list] Error in ina90.h


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [avr-gcc-list] Error in ina90.h
Date: Thu, 11 Sep 2003 15:11:44 -0700 (PDT)


On Fri, 12 Sep 2003, Anatoll Sokolov wrote:

> Hello.
>
> In file avr/ina90.h lenes:
> #define output_block_inc(port, addr, cnt, op) __out_blk__(port, addr,
> cnt, ++)
> #define output_block_dec(port, addr, cnt, op) __out_blk__(port, addr,
> cnt, --)
>
> should be:
> #define output_block_inc(port, addr, cnt) __out_blk__(port, addr, cnt,
> ++)
> #define output_block_dec(port, addr, cnt) __out_blk__(port, addr, cnt,
> --)

This looks like a logic fix to me.

Can someone with the IAR headers verify that the change is consistent?
I've never seen them, so I don't know what we're aiming for.

Ted Roth




reply via email to

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