avr-libc icon indicating copy to clipboard operation
avr-libc copied to clipboard

[bug #49781] Definition incorrect in avr/iotnx5.h

Open avrs-admin opened this issue 3 years ago • 0 comments

Tue 06 Dec 2016 09:39:44 PM CET

Line 333: #define TIMSK  _SFR_IO8(0x39)

Should be: #define TIMSK0  _SFR_IO8(0x39)

Looks like everything else uses timer mask 0.

This issue was migrated from https://savannah.nongnu.org/bugs/?49781

avrs-admin avatar Jan 31 '22 02:01 avrs-admin