Add UPDI HV type to device description.

This commit is contained in:
Ruud, Jan Egil
2022-06-28 11:55:33 +02:00
committed by MCUdude
parent 577856cf15
commit 39008ac2c1
2 changed files with 3 additions and 0 deletions

View File

@@ -1198,6 +1198,7 @@ static int jtag3_initialize(PROGRAMMER * pgm, AVRPART * p)
u16_to_b2(xd.nvm_base_addr, p->nvm_base);
u16_to_b2(xd.ocd_base_addr, p->ocd_base);
xd.hvupdi_variant = p->hvupdi_variant;
for (ln = lfirst(p->mem); ln; ln = lnext(ln))
{