bugAVR C Runtime Library - Bugs: bug #16868, depricated.h: outp() arguments...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16868: depricated.h: outp() arguments order misprint

Submitter:  None
Submitted:  Sun 18 Jun 2006 05:41:58 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  7 - High Item Group:  None
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Sun 18 Jun 2006 05:41:58 AM UTC, original submission:  

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-10-08 joerg_wunsch StatusNone Fixed
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed
2006-09-04 joerg_wunsch Priority5 - Normal 7 - High

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code