URL:
<http://savannah.nongnu.org/bugs/?49781>
Summary: Definition incorrect in avr/iotnx5.h
Project: AVR C Runtime Library
Submitted by: None
Submitted on: 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 protected]
Open/Closed: Open
Discussion Lock: Any
Release: Unknown
Fixed Release: None
_______________________________________________________
Details:
Line 333:
#define TIMSK _SFR_IO8(0x39)
Should be:
#define TIMSK0 _SFR_IO8(0x39)
Looks like everything else uses timer mask 0.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?49781>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev