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

[bug #54768] iox128a1u.h wrong NVM_CMD_READ_USER_SIG_ROW_gc value

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

Tue 02 Oct 2018 03:48:27 PM CEST

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

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

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