From cd63dd5035df4b2cc806133d9823723a67e0e578 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 7 Nov 2021 20:35:36 +0000 Subject: [PATCH] Tidying --- src/Targets/Microchip/AVR/AVR8/TargetParameters.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Targets/Microchip/AVR/AVR8/TargetParameters.hpp b/src/Targets/Microchip/AVR/AVR8/TargetParameters.hpp index 388c8abf..f2b9f75b 100644 --- a/src/Targets/Microchip/AVR/AVR8/TargetParameters.hpp +++ b/src/Targets/Microchip/AVR/AVR8/TargetParameters.hpp @@ -42,7 +42,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit std::optional spmcRegisterStartAddress; std::optional osccalAddress; - // XMega/PDI specific target params + // XMega/PDI/UPDI specific target params std::optional appSectionPdiOffset; std::optional bootSectionSize; std::optional bootSectionPdiOffset;