fix: align bootloader image validation limits
This commit is contained in:
@ -48,7 +48,7 @@ const int universalShifterAttWriteOverheadBytes = 3;
|
||||
const int universalShifterDfuPreferredMtu = 128;
|
||||
|
||||
const int universalShifterDfuAppStart = 0x00030000;
|
||||
const int universalShifterDfuAppSlotSizeBytes = 0x00042000;
|
||||
const int universalShifterDfuAppSlotSizeBytes = 0x0003F000;
|
||||
const int universalShifterDfuMinimumImageLengthBytes = 8;
|
||||
const int universalShifterDfuRamStart = 0x20000000;
|
||||
const int universalShifterDfuRamEnd = 0x20010000;
|
||||
|
||||
Reference in New Issue
Block a user