mirror of
https://github.com/google/pebble.git
synced 2025-05-18 01:14:55 +00:00
spelling: supported
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bcf5e6d9f9
commit
a169a706b7
6 changed files with 7 additions and 7 deletions
2
wscript
2
wscript
|
@ -1186,7 +1186,7 @@ def mfg_image_spi(ctx):
|
|||
prf_begin = 0x200000
|
||||
image_size = 0x800000
|
||||
else:
|
||||
ctx.fatal("MFG Image not suppored for board: {}".format(ctx.env.BOARD))
|
||||
ctx.fatal("MFG Image not supported for board: {}".format(ctx.env.BOARD))
|
||||
|
||||
spi_flash_path = _create_spi_flash_image(ctx, 'mfg_prf_image.bin')
|
||||
mfg_spi_img_file = open(spi_flash_path, 'wb')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue