avr-libc
avr-libc copied to clipboard
[bug #49781] Definition incorrect in avr/iotnx5.h
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