Skip to content

Commit

Permalink
Add completed message for pib write
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Nov 29, 2023
1 parent 11b6a25 commit 2c98cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hardwario/chester/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def command_pib_write(ctx, vendor_name, product_name, hw_variant, hw_revision, s
with ctx.obj['prog'] as prog:
prog.write_uicr(buffer, halt=halt)

click.echo('Successfully completed')


@cli.group(name='uicr')
@click.option('--jlink-sn', '-n', type=int, metavar='SERIAL_NUMBER', help='JLink serial number')
Expand Down

0 comments on commit 2c98cf0

Please sign in to comment.