avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] link problems


From: Parthasaradhi Nayani
Subject: Re: [avr-gcc-list] link problems
Date: Tue, 8 Mar 2005 07:08:18 -0800 (PST)

--- "address@hidden"
<address@hidden> wrote:
> Dear All,
> `outp'
> > `outp'
> 
> any idea what the problem could be?

Hi,
Please see the list of deprecated functions calls.
'outp', 'sbi', 'cbi' are some of them. Moreover it
will be more legible to write to port by directly
addressing it. In place of 'cbi' , sbi' use _BV (bit
number).

Nayani



        
                
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/




reply via email to

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