Added pageSize to TargetMemoryDescriptor struct

This commit is contained in:
Nav
2022-05-14 22:39:37 +01:00
parent 6a4bf89706
commit 159c77a5f1
2 changed files with 16 additions and 4 deletions

View File

@@ -696,7 +696,8 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
TargetMemoryAddressRange(
flashStartAddress,
flashStartAddress + this->targetParameters->flashSize.value() - 1
)
),
this->targetParameters->flashPageSize
)
));