mirror of
https://github.com/google/pebble.git
synced 2025-05-17 17:04:53 +00:00
spelling: firmware
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c4b4244b2d
commit
22e6f64653
6 changed files with 6 additions and 6 deletions
2
wscript
2
wscript
|
@ -1129,7 +1129,7 @@ def _create_qemu_image_micro(ctx, path_to_firmware_hex):
|
|||
img = IntelHex(ctx.env.BOOTLOADER_HEX)
|
||||
img.merge(IntelHex(path_to_firmware_hex), overlap='replace')
|
||||
|
||||
# Write firwmare image and pad up to next 512 byte multiple. This is because QEMU
|
||||
# Write firmware image and pad up to next 512 byte multiple. This is because QEMU
|
||||
# assumes all block devices are multiples of 512 byte sectors
|
||||
img.padding = 0xff
|
||||
flash_end = ((img.maxaddr() + 511) // 512) * 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue