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;