avr-libc
avr-libc copied to clipboard
[bug #54768] iox128a1u.h wrong NVM_CMD_READ_USER_SIG_ROW_gc value
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