URL: <http://savannah.nongnu.org/bugs/?51755>
Summary: avr/iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-7] Project: AVR C Runtime Library Submitted by: None Submitted on: Tue 15 Aug 2017 12:29:11 AM UTC Category: Header Severity: 3 - Normal Priority: 5 - Normal Item Group: None Status: None Percent Complete: 0% Assigned to: None Originator Email: ba...@stasisleak.uk Open/Closed: Open Discussion Lock: Any Release: 2.0.0 Fixed Release: None _______________________________________________________ Details: Both avr/iotn441.h and avr/iotn841.h for the ATtiny441/841 are missing some definitions for bits in the PUEA and PUEB registers. There should be definitions for PUEA[0-7] and PUEB[0-7], as follows: #define PUEA0 0 #define PUEA1 1 #define PUEA2 2 #define PUEA3 3 #define PUEA4 4 #define PUEA5 5 #define PUEA6 6 #define PUEA7 7 #define PUEB0 0 #define PUEB1 1 #define PUEB2 2 #define PUEB3 3 #define PUEB4 4 #define PUEB5 5 #define PUEB6 6 #define PUEB7 7 _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?51755> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev