AVR C Runtime Library - Bugs: bug #54768, iox128a1u.h wrong...
You are not allowed to post comments on this tracker with your current authentication level.
bug #54768: iox128a1u.h wrong NVM_CMD_READ_USER_SIG_ROW_gc value
Submitter: | None | ||
Submitted: | Tue 02 Oct 2018 01:48:27 PM UTC | ||
Category: | Header | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | 2.0.0 |
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 1049,
should be
NVM_CMD_READ_USER_SIG_ROW_gc = (0x01<<0), /*Read user signature row */
is currently
NVM_CMD_READ_USER_SIG_ROW_gc = (0x03<<0), /*Read user signature row */
see example for correct definition:
iox128a4u.h, line 1121