bugAVR C Runtime Library - Bugs: bug #49781, Definition incorrect in...

 
 

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

bug #49781: Definition incorrect in avr/iotnx5.h

Submitter:  None
Submitted:  Tue 06 Dec 2016 08:39:44 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  libc code
Status:  None Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  Unknown
Fixed Release:  None

Discussion

Tue 06 Dec 2016 08:39:44 PM UTC, original submission:  

Line 333:
#define TIMSK  _SFR_IO8(0x39)

Should be:
#define TIMSK0  _SFR_IO8(0x39)

Looks like everything else uses timer mask 0.

Anonymous

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    History

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.16-598c.
    Corresponding source code