bugAVR C Runtime Library - Bugs: bug #15193, incorrect definition of IVSEL bit...

 
 

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

bug #15193: incorrect definition of IVSEL bit in MCUCR register

Submitter:  None
Submitted:  Mon 12 Dec 2005 10:57:59 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Mon 12 Dec 2005 06:43:45 PM UTC, comment #1: 

Bug confirmed.

In iocanxx.h the line:

#define    IVSE    1

should be:

#define    IVSEL   1


Eric Weddington

Eric Weddington <arcanum>
Group administrator
Mon 12 Dec 2005 10:57:59 AM UTC, original submission:  

The definition of IVSEL bit of MCUCR register is incorrect in file avr/iocanxx.h. I think, this identifier should be IVSEL insted of IVSE (as in other processor specific header files). This applies to avrlibc 1.4.0 and earlier.

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
2005-12-13 aesok StatusConfirmed Fixed
    Open/ClosedOpen Closed
2005-12-12 arcanum StatusNone Confirmed
2005-12-12 None Carbon-Copy- Added cernin --AT-- contek --DOT-- cz

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code