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

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

[avr-libc-dev] depricated.h: outp() arguments order?


From: Dmitry K.
Subject: [avr-libc-dev] depricated.h: outp() arguments order?
Date: Mon, 29 May 2006 08:22:56 +1100
User-agent: KMail/1.5

Hi.

In 'compat/depricated.h' outp() is defined as:
  outp(port,val):  port <-- val.
Possible, this is more convenient, but the older
Avr-libc releases use another order:
  outp(val,port):  val --> port.

Dmitry.





reply via email to

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