Clean up and simplify hvupdi handling, and set default hvupdi_variant to -1.

This commit is contained in:
Jan Egil Ruud
2022-07-11 14:07:45 +02:00
parent 913509d6e6
commit 173b4f9d0a
2 changed files with 5 additions and 9 deletions

View File

@@ -573,6 +573,7 @@ AVRPART * avr_new_part(void)
memset(p->signature, 0xFF, 3);
p->ctl_stack_type = CTL_STACK_NONE;
p->ocdrev = -1;
p->hvupdi_variant = -1;
p->mem = lcreat(NULL, 0);
p->mem_alias = lcreat(NULL, 0);