Added pageSize to TargetMemoryDescriptor struct
This commit is contained in:
@@ -696,7 +696,8 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit
|
||||
TargetMemoryAddressRange(
|
||||
flashStartAddress,
|
||||
flashStartAddress + this->targetParameters->flashSize.value() - 1
|
||||
)
|
||||
),
|
||||
this->targetParameters->flashPageSize
|
||||
)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user