@ -201,7 +201,8 @@ static void nvram_start_write(void)
}
/* store nvram data to eeprom */
ISR(EE_RDY_vect) {
ISR(EE_RDY_vect)
{
if (nvram_write_pos < sizeof(struct _nvdata)) {
EEARL = nvram_write_pos;
EEARH = 0x00;
The note is not visible to the blocked user.