AVR 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 | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | Unknown |
Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
Line 333:
#define TIMSK _SFR_IO8(0x39)
Should be:
#define TIMSK0 _SFR_IO8(0x39)
Looks like everything else uses timer mask 0.